1

In a web application that I have set up in IIS 7 I am receiving the error in the title when navigating to this URL:

http://localhost/EnglewoodCO/Default.aspx

However, when I go to this URL there is no problem and the page correctly loads:

http://localhost/EnglewoodCO/Default.aspx?App=Admin

Could someone please give me some ideas of what to even check?

The only thing that comes to mind is that perhaps a path is set incorrectly in a .config file somewhere. I don't know what else to check and I was just hoping someone might have another suggestion.

Darren
  • 793
  • 5
  • 17
  • 30
  • What exact error are you receiving? – kampsj Aug 02 '12 at 15:12
  • The one in the title. Here is the exception copied and pasted: Exception Details: System.UriFormatException: Invalid URI: The format of the URI could not be determined. – Darren Aug 02 '12 at 15:15

1 Answers1

0

In general, a Stack Trace would be greatly helpful to identify the problem.

If you are using Uri Class you might wanna check the following question: Invalid URI: The format of the URI could not be determined

Community
  • 1
  • 1
M. Mennan Kara
  • 10,072
  • 2
  • 35
  • 39