473,394 Members | 1,759 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

asp.net configuration question

I have VSTO 2005 and am not able to get ASP.NET Configuration under the
Website menu to work. It just shows a not found page and comes back to where
I executed it from.

My question is can I download the Visual Web Developer Express 2005 at the
same time the VSTO 2005 version is loaded to see if ASP.NET Configuration
would work in the Visual Web Developer Express 2005.

I realize this is not a solution but am curious to see if I can get ASP.NET
Configuration to work at all.

thanks
Sep 16 '06 #1
6 1502
You should have no problems installing them side-by-side and seeing if
things work, but that is probably not the issue. What OS are you using? If
XP Home, you will not have a web server and will have to run the .NET web
server from command line prior to trying to hit anything. You will also have
to configure VSTO to point to the port it runs under.

If XP Pro, make sure you have IIS installed. If not, install and then run
aspnet_regiis /i

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
"barry" <fl******@ix.netcom.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>I have VSTO 2005 and am not able to get ASP.NET Configuration under the
Website menu to work. It just shows a not found page and comes back to
where I executed it from.

My question is can I download the Visual Web Developer Express 2005 at the
same time the VSTO 2005 version is loaded to see if ASP.NET Configuration
would work in the Visual Web Developer Express 2005.

I realize this is not a solution but am curious to see if I can get
ASP.NET Configuration to work at all.

thanks

Sep 16 '06 #2
I am xp Pro and IIS is installed. I did download the express version and you
were correct the ASP.NET Configuration gave the same results.
I would like to try aspnet_regiis /i but looking at the internet it warns
against possible corruption if you have more than one version
of visual studio installed and I do. I have 2.0 and 1.1.

Is there another switch beside the /i to use to point to 2.0.

thanks

"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:uK**************@TK2MSFTNGP04.phx.gbl...
You should have no problems installing them side-by-side and seeing if
things work, but that is probably not the issue. What OS are you using? If
XP Home, you will not have a web server and will have to run the .NET web
server from command line prior to trying to hit anything. You will also
have to configure VSTO to point to the port it runs under.

If XP Pro, make sure you have IIS installed. If not, install and then run
aspnet_regiis /i

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside of the box!
*************************************************
"barry" <fl******@ix.netcom.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>>I have VSTO 2005 and am not able to get ASP.NET Configuration under the
Website menu to work. It just shows a not found page and comes back to
where I executed it from.

My question is can I download the Visual Web Developer Express 2005 at
the same time the VSTO 2005 version is loaded to see if ASP.NET
Configuration would work in the Visual Web Developer Express 2005.

I realize this is not a solution but am curious to see if I can get
ASP.NET Configuration to work at all.

thanks


Sep 17 '06 #3
re:
looking at the internet it warns against possible corruption if you have more than one version
of visual studio installed and I do. I have 2.0 and 1.1.
Don't believe all you read.

You can run the aspnet_regiis tool without a problem
if you have both 2.0 and 1.1 installed.

Just make sure you run each tool from its own directory :

Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

You can also run aspnet_regiis -i , instead of aspnet_regiis /i

Also, get Denis Bauer's free ASP.NET Version Switcher

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

It will make your life a lot easier when switching applications
to run under a different ASP.NET version, whether 1.0, 1.1 or 2.0.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================

"barry" <fl******@ix.netcom.comwrote in message news:uL*************@TK2MSFTNGP06.phx.gbl...
>I am xp Pro and IIS is installed. I did download the express version and you were correct the
ASP.NET Configuration gave the same results.
I would like to try aspnet_regiis /i but looking at the internet it warns against possible
corruption if you have more than one version
of visual studio installed and I do. I have 2.0 and 1.1.

Is there another switch beside the /i to use to point to 2.0.

thanks

"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in message
news:uK**************@TK2MSFTNGP04.phx.gbl...
>You should have no problems installing them side-by-side and seeing if things work, but that is
probably not the issue. What OS are you using? If XP Home, you will not have a web server and
will have to run the .NET web server from command line prior to trying to hit anything. You will
also have to configure VSTO to point to the port it runs under.

If XP Pro, make sure you have IIS installed. If not, install and then run aspnet_regiis /i

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*********************************************** **
Think outside of the box!
*********************************************** **
"barry" <fl******@ix.netcom.comwrote in message news:%2****************@TK2MSFTNGP02.phx.gbl...
>>>I have VSTO 2005 and am not able to get ASP.NET Configuration under the Website menu to work. It
just shows a not found page and comes back to where I executed it from.

My question is can I download the Visual Web Developer Express 2005 at the same time the VSTO
2005 version is loaded to see if ASP.NET Configuration would work in the Visual Web Developer
Express 2005.

I realize this is not a solution but am curious to see if I can get ASP.NET Configuration to
work at all.

thanks



Sep 17 '06 #4
Juan, I ran the aspnet_regiis -i from the 2.0 directory and it complete
successfully. But when I ran the ASP.NET configuration I got the same
results. I must of done something at one time on my machine to cause this. I
notice that no one else seems to have this problem.

thanks anyway.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:eL**************@TK2MSFTNGP06.phx.gbl...
re:
>looking at the internet it warns against possible corruption if you have
more than one version
of visual studio installed and I do. I have 2.0 and 1.1.

Don't believe all you read.

You can run the aspnet_regiis tool without a problem
if you have both 2.0 and 1.1 installed.

Just make sure you run each tool from its own directory :

Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

You can also run aspnet_regiis -i , instead of aspnet_regiis /i

Also, get Denis Bauer's free ASP.NET Version Switcher

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

It will make your life a lot easier when switching applications
to run under a different ASP.NET version, whether 1.0, 1.1 or 2.0.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================

"barry" <fl******@ix.netcom.comwrote in message
news:uL*************@TK2MSFTNGP06.phx.gbl...
>>I am xp Pro and IIS is installed. I did download the express version and
you were correct the ASP.NET Configuration gave the same results.
I would like to try aspnet_regiis /i but looking at the internet it warns
against possible corruption if you have more than one version
of visual studio installed and I do. I have 2.0 and 1.1.

Is there another switch beside the /i to use to point to 2.0.

thanks

"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:uK**************@TK2MSFTNGP04.phx.gbl...
>>You should have no problems installing them side-by-side and seeing if
things work, but that is probably not the issue. What OS are you using?
If XP Home, you will not have a web server and will have to run the .NET
web server from command line prior to trying to hit anything. You will
also have to configure VSTO to point to the port it runs under.

If XP Pro, make sure you have IIS installed. If not, install and then
run aspnet_regiis /i

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************ *
Think outside of the box!
************************************************ *
"barry" <fl******@ix.netcom.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl.. .
I have VSTO 2005 and am not able to get ASP.NET Configuration under the
Website menu to work. It just shows a not found page and comes back to
where I executed it from.

My question is can I download the Visual Web Developer Express 2005 at
the same time the VSTO 2005 version is loaded to see if ASP.NET
Configuration would work in the Visual Web Developer Express 2005.

I realize this is not a solution but am curious to see if I can get
ASP.NET Configuration to work at all.

thanks



Sep 17 '06 #5
Juan, I ran the aspnet_regiis -i from the 2.0 directory but when I ran the
ASP.NET configuration from within an asp.net project I got the same results.
I guess I must have done something to my machine at one time. I notice no
one else on the net seems to be having this problem.

thanks anyway

Juan T. Llibre" <no***********@nowhere.comwrote in message
news:eL**************@TK2MSFTNGP06.phx.gbl...
re:
>looking at the internet it warns against possible corruption if you have
more than one version
of visual studio installed and I do. I have 2.0 and 1.1.

Don't believe all you read.

You can run the aspnet_regiis tool without a problem
if you have both 2.0 and 1.1 installed.

Just make sure you run each tool from its own directory :

Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727

You can also run aspnet_regiis -i , instead of aspnet_regiis /i

Also, get Denis Bauer's free ASP.NET Version Switcher

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

It will make your life a lot easier when switching applications
to run under a different ASP.NET version, whether 1.0, 1.1 or 2.0.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================

"barry" <fl******@ix.netcom.comwrote in message
news:uL*************@TK2MSFTNGP06.phx.gbl...
>>I am xp Pro and IIS is installed. I did download the express version and
you were correct the ASP.NET Configuration gave the same results.
I would like to try aspnet_regiis /i but looking at the internet it warns
against possible corruption if you have more than one version
of visual studio installed and I do. I have 2.0 and 1.1.

Is there another switch beside the /i to use to point to 2.0.

thanks

"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in
message news:uK**************@TK2MSFTNGP04.phx.gbl...
>>You should have no problems installing them side-by-side and seeing if
things work, but that is probably not the issue. What OS are you using?
If XP Home, you will not have a web server and will have to run the .NET
web server from command line prior to trying to hit anything. You will
also have to configure VSTO to point to the port it runs under.

If XP Pro, make sure you have IIS installed. If not, install and then
run aspnet_regiis /i

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************ *
Think outside of the box!
************************************************ *
"barry" <fl******@ix.netcom.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl.. .
I have VSTO 2005 and am not able to get ASP.NET Configuration under the
Website menu to work. It just shows a not found page and comes back to
where I executed it from.

My question is can I download the Visual Web Developer Express 2005 at
the same time the VSTO 2005 version is loaded to see if ASP.NET
Configuration would work in the Visual Web Developer Express 2005.

I realize this is not a solution but am curious to see if I can get
ASP.NET Configuration to work at all.

thanks



Sep 17 '06 #6
Did you run the aspnet_regsql utility before running webadmin ?

It's in the same directory as the aspnet_regiis utility.

You must run it, from a command window, since it creates the DB required for Membership.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"barry" <fl******@ix.netcom.comwrote in message news:uM****************@TK2MSFTNGP02.phx.gbl...
Juan, I ran the aspnet_regiis -i from the 2.0 directory and it complete successfully. But when I
ran the ASP.NET configuration I got the same results. I must of done something at one time on my
machine to cause this. I notice that no one else seems to have this problem.

thanks anyway.
"Juan T. Llibre" <no***********@nowhere.comwrote in message
news:eL**************@TK2MSFTNGP06.phx.gbl...
>re:
>>looking at the internet it warns against possible corruption if you have more than one version
of visual studio installed and I do. I have 2.0 and 1.1.

Don't believe all you read.

You can run the aspnet_regiis tool without a problem
if you have both 2.0 and 1.1 installed.

Just make sure you run each tool from its own directory :

Drive:\WINDOWS\Microsoft.NET\Framework\v1.1.432 2
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.507 27

You can also run aspnet_regiis -i , instead of aspnet_regiis /i

Also, get Denis Bauer's free ASP.NET Version Switcher

http://www.denisbauer.com/NETTools/A...nSwitcher.aspx

It will make your life a lot easier when switching applications
to run under a different ASP.NET version, whether 1.0, 1.1 or 2.0.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================

"barry" <fl******@ix.netcom.comwrote in message news:uL*************@TK2MSFTNGP06.phx.gbl...
>>>I am xp Pro and IIS is installed. I did download the express version and you were correct the
ASP.NET Configuration gave the same results.
I would like to try aspnet_regiis /i but looking at the internet it warns against possible
corruption if you have more than one version
of visual studio installed and I do. I have 2.0 and 1.1.

Is there another switch beside the /i to use to point to 2.0.

thanks

"Cowboy (Gregory A. Beamer)" <No************@comcast.netNoSpamMwrote in message
news:uK**************@TK2MSFTNGP04.phx.gbl...
You should have no problems installing them side-by-side and seeing if things work, but that is
probably not the issue. What OS are you using? If XP Home, you will not have a web server and
will have to run the .NET web server from command line prior to trying to hit anything. You
will also have to configure VSTO to point to the port it runs under.

If XP Pro, make sure you have IIS installed. If not, install and then run aspnet_regiis /i

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*********************************************** **
Think outside of the box!
*********************************************** **
"barry" <fl******@ix.netcom.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl. ..
>I have VSTO 2005 and am not able to get ASP.NET Configuration under the Website menu to work.
>It just shows a not found page and comes back to where I executed it from.
>
My question is can I download the Visual Web Developer Express 2005 at the same time the VSTO
2005 version is loaded to see if ASP.NET Configuration would work in the Visual Web Developer
Express 2005.
>
I realize this is not a solution but am curious to see if I can get ASP.NET Configuration to
work at all.
>
thanks

Sep 17 '06 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Robert | last post by:
I have an application with custom configuration sections in it's app.config file. Here's a shortened excerpt: <monitors> <monitor...
10
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server...
9
by: KarlM | last post by:
After reading some articles regarding confuguration data I'm a bit confused. Where is the right place for storing configuration data? - XML-files? - registry? - INI-files? (from a users point...
3
by: AMP | last post by:
Hello, I asked a similar question yesterday with no responces. I want to read and write to a configuration file with user settings.(Windows App) Are there any good books, or sites that explain...
4
by: Michael Lang | last post by:
I was basically wanting to know how to use the System.Configuration namespace to be able to load an arbitrary number of unknown attributes on an element in a custom section in the .config into a...
9
by: shror | last post by:
hi every body, i have a problem which is when i was checking my mail() form it work fine but the problem is that the form configuration is not set correctly, in details: the from var is not...
3
by: Mike | last post by:
Hi I have problem as folow: Caught Exception: System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Request for the permission of type...
2
by: remya1000 | last post by:
i'm using VB.NET 2003. Last time while i did a program in Vb.Net 2005, i use "Configuration". and i could read and write to that XML configuration file like the example below. CODES:...
3
by: guybenron | last post by:
Hey, I have a sort of petty-neurotic question, I'm kinda pedantic and like to keep my log directories clean, and this thing is bothering me to the point of actually posting a question (couldn't...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.