New Install on Laptop

  • Thread starter Thread starter Jim Emlet
  • Start date Start date
J

Jim Emlet

Hi -
I just installed the .net framework (v1.1) on my laptop, but can't get the
applications to work. I know I've resolved this b/f, but can't remember
how. I have a .net web app that uses SQL server as a back end. Everything
is setup on the laptop (SQL Server, .NET Framework, IIS v5.1) and i'm
running XP Pro. My home page (asp page) opens up fine, but when i try to go
to the .net app i get a 403 error. The directory permissions are setup to
allow the aspnet user access. Any help would be appreciated.

(e-mail address removed)
 
Have you set the directory to run it as an application? In Computer
Management, under IIS|Default Web site. Right click to view properties of
the directory and make sure that "Application Name" is not disabled. Click
"Create" to change it to an application directory.

I hope that this helps.

--Tom
 
Back
Top