473,835 Members | 2,017 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 1523
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.ne tcom.comwrote in message
news:%2******** ********@TK2MSF TNGP02.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.netNoS pamMwrote in
message news:uK******** ******@TK2MSFTN GP04.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.ne tcom.comwrote in message
news:%2******** ********@TK2MSF TNGP02.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
Configuratio n 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\F ramework\v1.1.4 322
Drive:\WINDOWS\ Microsoft.NET\F ramework\v2.0.5 0727

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.ne tcom.comwrote in message news:uL******** *****@TK2MSFTNG P06.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.netNoS pamMwrote in message
news:uK******** ******@TK2MSFTN GP04.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.ne tcom.comwrote in message news:%2******** ********@TK2MSF TNGP02.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.comwrot e in message
news:eL******** ******@TK2MSFTN GP06.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\F ramework\v1.1.4 322
Drive:\WINDOWS\ Microsoft.NET\F ramework\v2.0.5 0727

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.ne tcom.comwrote in message
news:uL******** *****@TK2MSFTNG P06.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.netNoS pamMwrote in
message news:uK******** ******@TK2MSFTN GP04.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.ne tcom.comwrote in message
news:%2****** **********@TK2M SFTNGP02.phx.gb l...
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
Configuratio n 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.comwrot e in message
news:eL******** ******@TK2MSFTN GP06.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\F ramework\v1.1.4 322
Drive:\WINDOWS\ Microsoft.NET\F ramework\v2.0.5 0727

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.ne tcom.comwrote in message
news:uL******** *****@TK2MSFTNG P06.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.netNoS pamMwrote in
message news:uK******** ******@TK2MSFTN GP04.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.ne tcom.comwrote in message
news:%2****** **********@TK2M SFTNGP02.phx.gb l...
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
Configuratio n 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.ne tcom.comwrote in message news:uM******** ********@TK2MSF TNGP02.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.comwrot e in message
news:eL******** ******@TK2MSFTN GP06.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.co m : 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.ne tcom.comwrote in message news:uL******** *****@TK2MSFTNG P06.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.netNoS pamMwrote in message
news:uK****** ********@TK2MSF TNGP04.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.ne tcom.comwrote in message
news:%2***** ***********@TK2 MSFTNGP02.phx.g bl...
>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
1944
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 type="SystemMonitor.Monitors.NetworkAvailabilityMonitor,SystemMonitor"> <notifiers> <notifier type="SystemMonitor.Notifiers.MessageBoxNotifier,SystemMonitor" />
10
3747
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 Error in '/QuickStartv20' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file
9
2290
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 of view, ini-files are more comfortable to read and edit) Where should I store user specific config data? Where should I store machine specific config data?
3
1250
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 Properties.Settings.Default and such. Or am I supposed to be using the Configuration classes? When you decide to use the app.config you end up with Settings.Settings,Settings.designer,app.config..... I want to learn how these operate together.
4
1919
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 NameValueCollection. Basically I want to do something similiar to what occurs with a System.Configuration.Provider.ProviderBase Initialise method - the provider is passed a NameValueCollection containing attribute names and their associated...
9
2910
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 working and the from is set to be my host provider email is the sender, so they told me to configure the php.ini file and i dont know what is this file and how to configure it. thanks in advance
3
12067
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 'System.Security.Permissions.FileIOPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed. (machine.config) ---> System.Security.SecurityException: Request for the permission of type
2
2792
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: Imports System.Configuration Private Sub btnSave_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnSave.Click
3
2231
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 find any post about this..). My application has two types of components: daemons and regular ones that are run every on crontab. Because the log structure is very similar, I want both to use the same logging configuration file.
0
9653
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10815
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10524
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10562
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9348
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6968
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5805
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4434
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
3092
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.