Problem with accessing my website after installing on IIS
-
HI friends, I have a web application written using .Net framework 3.5. The applications runs good when running under visual studio. I have installed it on my local machine. Just to be able to host my many applications I have assigned Host name to my application: www.crm_web.com and then in the hosts file in the C:\Windows\System32\drivers\etc directory on my local machine I have included 127.0.0.1 www.crm_web.com which tells the system to look into the system itself for the crm_web.com host name. This all is fine. Now when through my browser on my local machine I write www.crm_web.com and access the website it runs fine. But when I try to do the same thing using www.crm_web.com/default.aspx the applications doesn't runs properly at all. Infact I am even not able to login into the site. (Default.aspx is a login page and the start up page.) For me it is very necessary that I am able to properly access the website through www.crm_web.com/default.aspx also coz I need to add querystring parameters to this URL. e.g www.crm_web.com/default.aspx?name='gaurav' Looking forward for some help. Thanks and Regards, Gaurav