The page cannot be found

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Greetings!

Apologies up front for this question. Sure that it's been asked and
answered a number of times. I just couldn't find anything within the number
of groups and wasn't sure which group to post to.

I've developed a VB.Net application with both HTM and ASPX pages. In the
debug environment, running from within VS, all works well. But when the web
pages are built and/or published and subsequently moved to IIS, all of the
ASPX file come up with "The page cannot be found". All HTM pages work fine.

I'm sure that this has to do with the IIS site configuration. But the IT
department hasn't been any help when it comes to configuring IIS. Also, I'm
not an IIS administrator. Thus, any assistance in pointing me to
documentation or configuration tips...

Thanks!!!

rep
 
Don't you have a network administrator that can handle this? There are
several possible reasons for the problem. Is ASP.Net installed on the web
server? Is the virtual folder for the web site configured as an application?
Is it configured for the version of ASP.Net that your app is written in?

--
HTH,

Kevin Spencer
Microsoft MVP
Chicken Salad Surgery

What You Seek Is What You Get.
 
On the web site properties and the ASP.NET tab, the ASP.NET version drop-down
does not have any selectable version information. I'll talk to the IT group
about this. As for configuring it as an application, I convey this
information.

Thanks for the quick ideas. I hope this helps. Mind if I inquire again if
it doesn't?
 
Back
Top