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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do I make ASP.NET to work ? Do I need to convert my drive to NTFS?

Status
Not open for further replies.

963258

Programmer
Oct 4, 2002
9
IL
What should i do after the .NET setup
how do i setup the .NET
plz help me!
 
No, you don't need to convert your drive to NTFS.
To run your pages, you must compile them and place it on a virtual directory. Then, run it form your web browser (
Your problem isn't very clear. What have you done so far, besides running the .NET setup? What is your problem? Do you have problems running aspx pages? Do you have problems opening the .NET environment? What can't you do exactly?
NetAngel
 
hey!
thanks for reaplying!
i have a problam at ranning the program for the first time..
when i try to open a new project its writing "Web Access Faild" and write some stuff and then i should put some link..
and i dont know what to do :( could u explain to me what should i do next?
 
oh.....!!
i got what u saying!!
now explain to me how i make a virtual Dir i my cpu?
explain to me plz
 
By looking at this thread's title, I supose you don't have NTFS.
For a non NTFS system, you should open your iis manager (control panel > administrative tools), and on the default web site, right click and choose New > Virtual Directory. Then follow the wizard to point to your project folder.

If this does not solve your problem, you should say the rest of your error message. The Web Access Failed Dialog Box can appear for a lot of reasons.
NetAngel
 
it should work
but i do have NTFS so tell me how id it if i have NTFS
by the way in the administrative tools i have :
Component Services
Computer Management
Data Sources (ODBC)
Event Viewer
Local Security Policy
Microsoft .NET Framework Configuration
Microsoft .NET Framework Wizards
Performance
Server Extensions Administrator
Services
and again thank you for helping
 
It's strange. In the administrative tools you shold have the iis manager. Anyway, open the computer management, on the 'services and applications' node you should have a 'internet information services'. This is where you manage your web sites.

To create a virtual directory in NTFS, right click the folder you want to convert to a virtual directory, choose Properties > WebSharing > Share this folder.

Then open the page on the iexplorer by writing:
Code:
[URL unfurl="true"]http://localhost/your_virtual_dir[/URL]

NetAngel
 
i dont have this option 'internet information services'
in 'services and applications' i have:
services
WMI control
indexing service
 
Are you sure you have .NET installed? Did it completed sucessfully or did it show any errors?

It seems you don't have iis installed. U can't run ASP applications without iis.

Are you using W2000 or NT? NetAngel
 
iam using W-XP(NT)
and it finished the setup sucessfully but maybe if there was any way to NOT instell it maybe i did it by mkistka can i fix it or something?
 
Do you have iis installed? Check it: go to the control panel > administrative tools > services. Find the 'iis admin' service and make sure it is running.

Th create a iis console (to manage your iis) do the following:
Start > Run > write 'mmc' on the textbox.
On the mmc application, go to the File > Add/Remove snap in.
Click on the Add button and choose 'Internet Infomation services' snap in. Click Add button and Close button.
Now u can save it to use it later.

If you don't have this snap in, I don't believe you have the iis installed.


NetAngel
 
no i dont have it :(
what should i do?
instell .NET again or what?
 
I don't know why...but Kris, I find that smily face that pulls a book out very disturbing...it just looks so wrong on so many levels.

ok..I'm commenting on a smiley face...where's the coffee...

D
 
It's the eyes... The eyes on that thing are.... creepy. That'l do donkey, that'l do
[bravo] Mark
If you are unsure of forum etiquette check here faq796-2540
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top