|
-
Aug 9th, 2002, 03:17 PM
#1
Thread Starter
New Member
Newbie - VB.net ASP.net problem
I have created a small ASP.net application from Karl Moore's new tutorial book. This program pulls data into a datagrid from an Access table. When I debug it, nothing appears in the IE window. There are no error messages. I can't tell if this is a program problem or a configuration problem.
This is a W2K professional machine running SP3. The IIS services are started and the default web site is running. The IISLockdown tool has been run.
Any hints are greatly appreciated.
Lon
-
Aug 9th, 2002, 03:31 PM
#2
more than likely it is the very common problem..try this
From a command prompt, change your directory to \winnt\microsoft.net\framework\v1.0.3705 and run the following command:
aspnet_regiis -i
-
Aug 13th, 2002, 02:09 PM
#3
Thread Starter
New Member
Right on target. Now exactly what did I just do when I ran aspnet_regiis -i and why did I have to run it?
Lon
-
Aug 13th, 2002, 02:13 PM
#4
for some reason, there is an install bug with .NET that screws up the registration of some of the required iis components. That program you ran fixes that.
I usually have to post that answer about 10 times a week on various message boards. Hence why I said it was a common problem.
-
Aug 13th, 2002, 09:05 PM
#5
Frenzied Member
Cander, what other boards do you post on?
I get bored sometimes and feel like answering some VB questions.
-
Aug 13th, 2002, 09:45 PM
#6
-
Aug 13th, 2002, 09:55 PM
#7
Frenzied Member
Know of anyone that's trying to make a Winsock OCX type class, yet? I've been thinking about it seeing as how hard it is to work with sockets, but I don't feel like doing something that someone has worked 10x as hard for something.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|