Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

cant seem to get the virtual dir to work on my IIS

Status
Not open for further replies.

guineamation

Programmer
Jan 29, 2002
58
IL
Hi,

I've read the FAQ:
Help! My Code Won't Run!
faq855-1628
Posted: 13 Mar 02 (Edited 8 May 03)

I tried following it but i can seem to find the property described here:
"3. Once you have found the folder you want to convert,
right click on it and choose properties.
4. On the first panel of the dialog box that appears,
you'll see a button called CREATE, and a text box
beside it. "

right now i have a virtual directory configured to a directory in my computer,
wich contains asp.net sample code from a asp.net learning book.

everything looks ok but doens't run the .aspx files....

can you point me to the right way?

Thanks
 
ok, now the virtual dir is working but its not runing my aspx files....
 
i'm not getting any error, i've installed the SDK .NET framework but when trying to access an aspx file (through the local host) the browser attempt to download the file instead of executing it. i have no problem running html files...
 
What operating system are you running?

--------------------------------------------------------------------------------------------------------------------------------------------

Need help finding an answer?

Try the search facility ( or read FAQ222-2244 on how to get better results.
 
Hi,

Make sure you have registered iis

Type this into the command prompt

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322.aspnet_regiis.exe -i

HTH
J

----------------------------------------------------------------------------------------
 
Sorry I made a Typo

C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

Should work
J

----------------------------------------------------------------------------------------
 
I'm running winXP with IIS 5.1
i tryed to run : C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i

got a message: Start installing ASP.NET 1.1.4322

and thats it, nothing changed...
 
Wait a while...it's re-installing the framework.

--------------------------------------------------------------------------------------------------------------------------------------------

Need help finding an answer?

Try the search facility ( or read FAQ222-2244 on how to get better results.
 
Thank you ca8msm! there has been a little progress...
now i get a server error:
"Server Application Unavailable"

the application event log generated 3 error messages:
1-
Code:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: .NET Runtime version 1.1.4322.2032- : Fatal Execution Engine Error (0x7927e03e).
2-
Code:
The description for Event ID ( 0 ) in Source ( .NET Runtime ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: .NET Runtime version 1.1.4322.2032- aspnet_wp.exe - Common Language Runtime Debugging Services: Application has generated an exception that could not be handled.

Process id=0xe18 (3608), Thread id=0xe2c (3628).

Click OK to terminate the application.
Click CANCEL to debug the application..
3-
Code:
aspnet_wp.exe  (PID: 3608) stopped unexpectedly.

what does it means? more configurations?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top