Tagged Questions
0
votes
0answers
36 views
Asp.net web page not opening
I have deployed my asp.net on my local IIS 7.5 at port 1987 with all unsigned IP.
Host name is blank.
I am using localhost:1987/Default.aspx its working fine.
There is a link on default page by ...
1
vote
2answers
2k views
Difference between accessing a website using Local host and IP address
I have developed an ASP.NET website and deployed into my IIS server. Now to see that my IIS is installed fine, I type local host in my address bar, and I get the welcome screen of IIS and its ...
1
vote
2answers
2k views
How to configure IIS 7.5 to allow special chars in Url for ASP.NET 3.5?
I'm trying to configure my IIS 7.5 to allow specials chars in the url for ASP.NET. This is important to support wide-spread legacy url's on a new system.
Sample url: ...
0
votes
1answer
96 views
diacritic letters in filename result with 404 error
I have two instances of my application. On one server I can get a photo like this:
www.example.com/photos/Фото0139.jpg
and everything is ok. But on the other one (and I know the same photo is ...