SEE RESULTS OF ASPX FILE ON COMPUTER

D

dancer

I cannot see the results of an aspx file at my http://localhost, even though
I can see results of an asp file. I CAN see the results of the same file
when I publish to my website.

I am using XP Professional.

I have IIS installed.

I have downloaded the Microsoft.net/framework file, saved it and then
installed it.

I have a path of C:\WINNT\Microsoft.net\framework\v.1.4322.

What can I do to view the results of an aspx file without publishing it to
my website?
 
S

Sandra Stewart

Ken,

Thanks for your advice! One more question:

At home I have XP Home. Is there ANY way I can develop and test asp.net on
this computer?


Ken Cox said:
You might want to run the .NET setup again or try running the ASP.NET IIS
Registration Tool (Aspnet_regiis.exe)

Aspnet_regiis -i

http://msdn.microsoft.com/library/d...aspnetiisregistrationtoolaspnet_regiisexe.asp

Ken
Microsoft MVP [ASP.NET]


dancer said:
I cannot see the results of an aspx file at my http://localhost, even
though I can see results of an asp file. I CAN see the results of the same
file when I publish to my website.

I am using XP Professional.

I have IIS installed.

I have downloaded the Microsoft.net/framework file, saved it and then
installed it.

I have a path of C:\WINNT\Microsoft.net\framework\v.1.4322.

What can I do to view the results of an aspx file without publishing it to
my website?
 
D

dancer

Ken,
How can I learn VB.net using this Visual Web Developer Express?

Thanks


Ken Cox said:
Hi Sandra,

Sure! Just install Visual Web Developer Express (free download) on XP
Home SP2.

VWDE comes with a built-in local Web server, so you don't need IIS.


http://msdn.microsoft.com/vstudio/express/vwd/

Ken

Microsoft MVP [ASP.NET]


Sandra Stewart said:
Ken,

Thanks for your advice! One more question:

At home I have XP Home. Is there ANY way I can develop and test asp.net
on
this computer?
 
J

Juan T. Llibre

re:
How can I learn VB.net using this Visual Web Developer Express?

Easily...

You can program in VB.NET with VWDE.
You can also program in C#, or J#, of course.

When you install the MSDN library (documentation) for VWDE,
you will have a complete VB.NET reference which you can lookup
from inside the VWDE IDE.






dancer said:
Ken,
How can I learn VB.net using this Visual Web Developer Express?

Thanks


Ken Cox said:
Hi Sandra,

Sure! Just install Visual Web Developer Express (free download) on XP Home SP2.

VWDE comes with a built-in local Web server, so you don't need IIS.


http://msdn.microsoft.com/vstudio/express/vwd/

Ken

Microsoft MVP [ASP.NET]


Sandra Stewart said:
Ken,

Thanks for your advice! One more question:

At home I have XP Home. Is there ANY way I can develop and test asp.net on
this computer?
 
S

Somebody

I didn't see a tutorial, except a brief overview, which included using
intellisense. Is there one? I know nothing, so the overview didn't help
me.

Also, have they come up with a patch for deleting projects?

Thanks for replying.

Juan T. Llibre said:
re:
How can I learn VB.net using this Visual Web Developer Express?

Easily...

You can program in VB.NET with VWDE.
You can also program in C#, or J#, of course.

When you install the MSDN library (documentation) for VWDE,
you will have a complete VB.NET reference which you can lookup
from inside the VWDE IDE.






Ken,
How can I learn VB.net using this Visual Web Developer Express?

Thanks


Hi Sandra,

Sure! Just install Visual Web Developer Express (free download) on XP Home SP2.

VWDE comes with a built-in local Web server, so you don't need IIS.


http://msdn.microsoft.com/vstudio/express/vwd/

Ken

Microsoft MVP [ASP.NET]


Ken,

Thanks for your advice! One more question:

At home I have XP Home. Is there ANY way I can develop and test asp.net on
this computer?
 
J

Juan T. Llibre

re:
I didn't see a tutorial. Is there one?

If what you're looking for is a tutorial, you can study the samples in the SDK.

It should have been installed when you installed Visual Studio 2005, at :

drive:\VisualStudioInstallationDirectory\SDK\v2.0

You should have a local copy of the QuickStart at :

http://localhost/QuickStartv20/default.aspx

If not, while you set it up, you can see it online :
http://asp.net/quickstart/aspnet/Default.aspx

If, for some odd reason, the SDK isn't available to be installed, you can download it at :
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx

Browsing the .Net Framework classes with the Class Browser helps, too.

See it at :
http://asp.net/quickstart/util/classbrowser.aspx
or locally, if you installed it, at :
http://localhost/QuickStartv20/util/classbrowser.aspx

Re learning from within the VS 2005 IDE, paste these URLs into your VS Help Browser:

ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vstudiosdk/html/18ed5ff2-8785-4b16-a22f-49c5ad83d06f.htm

ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vstudiosdk/html/f63589bf-353f-47e6-b1b5-3ab828e45922.htm

ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vsintegration/html/3e9078d7-2763-4cc4-8e20-fac69d747f59.htm

ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vsintegration/html/633e1313-f876-48f3-b517-a08c335b0fc0.htm

ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vsintegration/html/cbe5599b-b74d-4e68-b0ed-8a7f3684eca6.htm

You can also get a lot of pointers at :
http://msdn.microsoft.com/vstudio/learning/default.aspx

Microsoft offers 4 free Visual Studio e-learning courses at :
https://www.microsoftelearning.com/visualstudio2005/
( plus others for pay... )

Finally, you can take the skills assessments ( free ) at :
http://assessment.learning.microsoft.com/test/home.asp

When you complete the assessment, you'll get a a learning plan that
recommends books, e-learning, classroom training, and MSDN resources.

re:
Also, have they come up with a patch for deleting projects?

You, still, have to delete the directory where the project is located.
The next time you open the IDE, you will be prompted for deletion from the MRU.





Somebody said:
I didn't see a tutorial, except a brief overview, which included using
intellisense. Is there one? I know nothing, so the overview didn't help
me.

Also, have they come up with a patch for deleting projects?

Thanks for replying.

Juan T. Llibre said:
re:
How can I learn VB.net using this Visual Web Developer Express?

Easily...

You can program in VB.NET with VWDE.
You can also program in C#, or J#, of course.

When you install the MSDN library (documentation) for VWDE,
you will have a complete VB.NET reference which you can lookup
from inside the VWDE IDE.






Ken,
How can I learn VB.net using this Visual Web Developer Express?

Thanks


Hi Sandra,

Sure! Just install Visual Web Developer Express (free download) on XP Home SP2.

VWDE comes with a built-in local Web server, so you don't need IIS.


http://msdn.microsoft.com/vstudio/express/vwd/

Ken

Microsoft MVP [ASP.NET]


Ken,

Thanks for your advice! One more question:

At home I have XP Home. Is there ANY way I can develop and test asp.net on
this computer?
 
S

Somebody

Thank you for all the help.

What exactly do you mean "delete the directory where the project is
located."?



Juan T. Llibre said:
re:
I didn't see a tutorial. Is there one?

If what you're looking for is a tutorial, you can study the samples in the SDK.

It should have been installed when you installed Visual Studio 2005, at :

drive:\VisualStudioInstallationDirectory\SDK\v2.0

You should have a local copy of the QuickStart at :

http://localhost/QuickStartv20/default.aspx

If not, while you set it up, you can see it online :
http://asp.net/quickstart/aspnet/Default.aspx

If, for some odd reason, the SDK isn't available to be installed, you can download it at :
http://msdn.microsoft.com/netframework/downloads/updates/default.aspx

Browsing the .Net Framework classes with the Class Browser helps, too.

See it at :
http://asp.net/quickstart/util/classbrowser.aspx
or locally, if you installed it, at :
http://localhost/QuickStartv20/util/classbrowser.aspx

Re learning from within the VS 2005 IDE, paste these URLs into your VS Help Browser:

ms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vstudiosdk/html/18ed5ff2
-8785-4b16-a22f-49c5ad83d06f.htmms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vstudiosdk/html/f63589bf
-353f-47e6-b1b5-3ab828e45922.htmms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vsintegration/html/3e907
8d7-2763-4cc4-8e20-fac69d747f59.htmms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vsintegration/html/633e1
313-f876-48f3-b517-a08c335b0fc0.htmms-help://MS.VSCC.v80/MS.VSIPCC.v80/MS.VSSDK.v80/dv_vsintegration/html/cbe55
99b-b74d-4e68-b0ed-8a7f3684eca6.htm

You can also get a lot of pointers at :
http://msdn.microsoft.com/vstudio/learning/default.aspx

Microsoft offers 4 free Visual Studio e-learning courses at :
https://www.microsoftelearning.com/visualstudio2005/
( plus others for pay... )

Finally, you can take the skills assessments ( free ) at :
http://assessment.learning.microsoft.com/test/home.asp

When you complete the assessment, you'll get a a learning plan that
recommends books, e-learning, classroom training, and MSDN resources.

re:
Also, have they come up with a patch for deleting projects?

You, still, have to delete the directory where the project is located.
The next time you open the IDE, you will be prompted for deletion from the MRU.





Somebody said:
I didn't see a tutorial, except a brief overview, which included using
intellisense. Is there one? I know nothing, so the overview didn't help
me.

Also, have they come up with a patch for deleting projects?

Thanks for replying.

Juan T. Llibre said:
re:
How can I learn VB.net using this Visual Web Developer Express?

Easily...

You can program in VB.NET with VWDE.
You can also program in C#, or J#, of course.

When you install the MSDN library (documentation) for VWDE,
you will have a complete VB.NET reference which you can lookup
from inside the VWDE IDE.






Ken,
How can I learn VB.net using this Visual Web Developer Express?

Thanks


Hi Sandra,

Sure! Just install Visual Web Developer Express (free download) on
XP
Home SP2.
VWDE comes with a built-in local Web server, so you don't need IIS.


http://msdn.microsoft.com/vstudio/express/vwd/

Ken

Microsoft MVP [ASP.NET]


Ken,

Thanks for your advice! One more question:

At home I have XP Home. Is there ANY way I can develop and test asp.net on
this computer?
 
J

Juan T. Llibre

re:
What exactly do you mean "delete the directory where the project is located."?

VS 2005, by default, stores the created projects in :

Drive:\Documents and Settings\%username%\My Documents\Visual Studio 2005\Projects\YourProject

....unless you have chosen to store the project somewhere else.

Delete the specific \YourProject entry you want to get rid of.
 
J

Juan T. Llibre

Are there ?

When you added files, were they not created under the project directory ?
( Even the ones added via "add existing item"... )
 

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

Members online

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top