hey, i need to setup a Unique asp.net 2 application in godaddy hosting account
in this appliation the global.asax catch all the requests that access to the application domains for example: www.domain.com/aaa.jpg -> go to the global.asax www.domain.com/adsads/asdsad/sdsa.pdf go to the global.asax
i need to directe all incoming requests to the global.asax
now in my local machine i have iis 5 and for setup those configurations i access to the Virtual Directoy Tab and Click Configuration and in Mapping tab i add : Executable: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll Extension: .* and unCheck the Check that file exists
and it work fine in my local machine.
now i have an hosting account at godaddy (windows ULTIMATE PLAN) and i upload all my project files but i cant find out how to set up the configurations i need
thanks, Yonathan