Configuration :: How To Find Framework Configuration Tool
Dec 20, 2010
I am trying to get the .NET Framework Configuration Tool installed on my server. I am running windows server 2008 with .NET 3.5 SP1 and Visual Studio 2008.
I have dowloaded and installed the lastest version of the Windows SDK but the .NET Framework Configuration Tool is still not installed.
I searched the drive on the server for the mscorcfg.msc file and it is not there but the mscorcfg.dll is there.
After the installation of Windows SDK the program manager now shows the Windows SDK v7.1 option with a group of programs under it, but none are the .NET Framework Configuration tool.
Does anyone know how I can get the .NET Framework Configuration tool installed?
View 3 Replies
Similar Messages:
Feb 8, 2011
Is anyone able to see Web Site --> ASP.NET Configuration if you are creating a web application using File --> New Project --> Visual C# --> Web. If so, how and where?
Base on what I've tried, the menu Web Site --> ASP.Net Configuration appears only if you create a website by File --> New Website.
What I am actually trying to find is the Web Site Administration Tool (WSAT).
View 5 Replies
May 18, 2010
I host a website that has recently been upgraded from .NET Framework 2.0 to .NET Framework 4.0. Within the website, I have an instance of BlogEngine which still requires .NET Framework 2.0. Each website is in it's own application pool. My issue is that when I browse to the blog portion of my website, I receive a 500.19 error with the following information...
The configuration section 'system.web.extensions' cannot be read because it is missing a section declaration The web.conf file that is listed in the error message is the config file that belongs to my root website which is running .NET Framework 4.0. How do I get the two websites to run together in the same website using different versions of the .NET Framework?
View 2 Replies
Jan 6, 2011
I have this cenario:One server (machine) that have framework 3.5. And one site (website) developed for framework 3.5.This site can not be modified (rebuild in other FW version, or others changes).
I'll developer a new webapplication (WAP) in framework 4.0 (using microsoft visual web developer 2010).
As I know, the new webaplication work in the server, if I install framework 4.0 in the server.
My question is: Can I install the framework 4.0 on the machine that already have framework 3.5. And continue have sites working with other frameworks version?Or, should I develop my new webapplication in framawork 3.5 ?If I can install the framework 4.0, do I need make some specify configuration during the installation?
View 2 Replies
Dec 23, 2010
How to do assembly versioning for redirecting(configuring) applications through .net configuration tool 2.0
View 2 Replies
Jan 10, 2011
how can I change ASP.NET Configuration tool-s connection string name? (Which connection string will ASP.NET Configuration tool will use)
I'm learning ASP.NET and everywhere and in book that I'm reading now theres connection string named: LocalSqlServer.
I want to use my local sql server database instead of sql express to store Roles, Membership and other data.
I have used aspnet_regsql.exe to create needed data structures in my database. after that I changed my web.config to look like:
[code]....
View 1 Replies
Aug 3, 2010
We have 5 production servers. I would like to get an alert whenever someone move or modily the web.config file from the server.Is there any tool/software/app or function on the windows server 2003 to make this possible?
View 8 Replies
Jun 22, 2010
Where is ASP.NET Configuration Tool located in Visual Studio 2010?
View 1 Replies
Sep 26, 2010
My Visual Studio is in english but ASP.NET Configuration Tool runs in the os language because I don't work in an english country. How to configure it into english language if possible ?
View 1 Replies
Oct 29, 2010
I am running VS2010 and trying to make the asp.net configuration tool to work. The problem is: when I click on in in the menu, the server goes up but nothing happens.
If I type the url (localhost:port) in the browser, I get the following error:
Server Error in '/asp.netwebadminfiles' Application.
HTTP Error 404 - Not Found.
and if I copy and paste the /asp.netwebadminfiles to the url (localhost:port/asp.netwebadminfiles), the page loads with the following message:
[Code]....
View 1 Replies
Jan 6, 2011
I am working on an Ecommerce website. I have created a database using Server Explorer named 'MyTestStore' and created Tables and Stored procedures inside it.
Than I used the program called aspnet_regsql.exe (which is in:
C:windowsMicrosoft.NETFrameworkv2.0.50727) to create the membership and roles tables. And this tool created all the membership tables in the MyTestStore database. All is fine till this point.
Enabling Roles:
Now I need to enable roles, insert admin and users into this membership tables in my database. so I opened up ASP.Net Configuration Tool but when I enable and create roles it automatically creates a database called ASPNETDB under App_Data folder whereas, I want to have the roles enabled in the database MyTestStore. But it keeps creating the database ASPNETDB. How do Imap the ASP.Net configuration Tool to create and add users into my database called MyTestStore instead of that default ASPNETDB.
View 6 Replies
Jan 5, 2011
I recently I have upgraded my web application from 1.1 to 3.5.
Now the problem is support DLLs used in this application still in 1.1 only.
There is no way to change it. While accessing from 3.5 it is not showing any error msg.
But not giving expected results.
Is there any way to run this particular assembly in 1.1 and other in 3.5 ?
View 1 Replies
Apr 28, 2010
My project works under VWD2010 but when I click the Configuration tools at Solution Explorer, nothing happens unlike under VWD2008.
The configuration developement port is running and accessing it only gets me this error, [:(]
Server Error in '/asp.netwebadminfiles' Application.
HTTP Error 404 - Not Found.
View 1 Replies
Jul 6, 2010
I recently installed VWDE 2010 and SQLE 2008 R2 and have built a basic site, but when I try to launch the Web Site Administration Tool, it fails to come up in a browser window. The server starts and I can right click on that and choose "Open in Web Browser", but when I do that an error message immediately shows up saying, an error was encountered. Please return to the previous page and try again with no other information given. When I click on "How do I Use this Tool?" in the top-right corner of the window, it immediately says the following:
Tool Has Timed Out
As a security measure, the Web Site Administration Tool times out after a period of inactivity. Changes to machine.config or web.config may also result in the tool needing to be restarted. To continue configuring your web site, restart the tool. The same message immediately comes up no matter what tab I click on. I have searched the internet and have made sure that the path doesn't have any spaces or non-alphabetic characters, run aspnet_regsql, restarted the IDE as well as the computer, but nothing works.
View 5 Replies
Mar 10, 2010
I am getting this error on a website. does that mean the server is not competible with asp.net 3.5
Configuration Error
Description:An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: Unrecognized configuration section system.serviceModel.
Source Error: [Code]....
Line 236: </assemblyBinding>Line 237: </runtime>Line 238: <system.serviceModel>Line 239: <serviceHostingEnvironment aspNetCompatibilityEnabled="true" />Line 240: </system.serviceModel>
Source File: D:Inetpubvhostsmuratmalli.comhttpdocsweb.config Line:
238
View 2 Replies
Dec 29, 2013
How to view the created id password in asp.net configuration
View 1 Replies
May 25, 2010
I converted my application to 4.0 so I can use VS2010. However, after making the change I discovered I could no longer get the application to work in expression web 3.0. I am short of time so I would like to convert back to 3.5. How do I doconvert my
application to run on framework 3.5?
View 6 Replies
Mar 1, 2011
i have windows 2008 server which has default 3.5 framework installed
i want to install framework 2.0 64 bit earlier i had windows XP with VS2005 which worked on 2.0
i ave my webapplication doen on 2.0 framework so i need to install framework 2.0 64 bit so that my existing application culd work on the new system
how do i go abt.i am not able to install the framework
View 2 Replies
Jan 12, 2011
I have an assembly loaded in the "old location" GAC at C:Windowsassembly. The applications using the GAC are being developed in Visual Studio 2010 and the .NET framework 3.5. Now, I moved all of my applications to a new development server and I'm using gacutil.exe to install the assembly into the GAC on that new server but, it's installing to C:WindowsMicrosoft.NETassembly. I know the 4.0 framework gacutil.exe installs the assembly to the new GAC location . how to install it to the old location.
View 1 Replies
Nov 30, 2010
I have installed Framework 4 and I declare a structure:
[Code]....
Then I use it like this:
[Code]....
On my pc everything is fine, but when I move my file to a server hosting with Framework 3.5, I get the following error:
error BC30456: 'OrderBy' is not a member of 'System.Array'.
View 4 Replies
Apr 26, 2010
we previously used to host our asp website using 2.0 framework.we developed our new code on our local machines using .net 3.5 and when we tried to deploy the code after installing 3.5 framework on the server we are getting the below error message
Could not load the assembly App_web_4tlvao-n
what wrong did we do or do we have to configure the IIS separately once again for the new code
View 1 Replies
Jul 5, 2010
I was wondering if it is possible for me to deploy an application, developed and currently running in .NET 2.0 environment to the .NET 4.0 environment. Will it break anything in the process? I was thinking it should be possible since the .net 3.5 onwards are just additional libraries over the .NET 2.0 framework?
View 3 Replies
Jun 7, 2010
I currently have the .net framework version 3.5 installed on my computer. Are there any known drawbacks to instyalling version 4?
View 5 Replies
Aug 5, 2010
Here is my problem: But i had searched few forum on that, the problem is framework version. However, all the while the pc is using same framework v1.1.4322. After i compile the dll at folderA for example, the i copied it to folderB due to using same dll. Just that, cause the below error.
{System.MissingMethodException}
[System.MissingMethodException]: {System.MissingMethodException}
HelpLink: Nothing
InnerException: Nothing
Message: "Method not found:
View 3 Replies
Feb 11, 2011
my clients PC has framework 4.0 installed and my web app runs in IIS 7 configured to use framework 4.0.
but for some reason when i open the same app in VS2010 it says that the app is running in framework 2.0??
when i open the startup options and go to build, the dropdown for the framework does not have framework 4.0 as an option only goes up to 3.5?
View 1 Replies