not getting any asp.net functionality...

  • Thread starter Thread starter RAB
  • Start date Start date
R

RAB

I loaded IIS 5.1 and the .NET Framework SDK package. Everything seemed
to install just fine. When I point to http://localhost I get a page
with the URL http://localhost/localstart.asp.

I made a simple page "test.aspx" which has a label and placed it in
c:\inetpub\wwwroot. When I point to http://localhost/test.aspx I get a
blank page. The error in the details box says "Error expected ';' Code
0 URL http://localhost/test.aspx

In my error log I see "test.aspx 304"

Any help would be appreciated.

Thanks,
RABMissouri
 
what order did you install them?
do the "aspnet_regiis -i" to ensure it's setup in IIS/site.
 
I loaded IIS first and then .NET second.

When I browse to "...\aspnet_regiis" and double click on it, I get a
dos window flashes open and then quickly disappears.

Any help would be appreciated

Thanks,
RABMissouri
 
You have to run aspnet_regiis from the command line
with the appropiate parameters, or it doesn't run correctly.

Open a command window at the .net framework
directory and run aspnet_regiis -i.





Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top