VS2012 / Development Configuration File Was Not Found

Nov 28, 2012

I have an asp.net webproject that I inherited from another guy here at my ccompany. Before he left, we got the site to work in dev. Now that he has gone I try and run it again and I get the following error:

Development configuration file was not found

I have changed absolutely nothing in the code.

View 4 Replies


Similar Messages:

Configuration :: File Not Found Error When Running Under LocalHost?

Oct 30, 2010

I have a fairly big ASP.NET 3.5 website that refuses to open any page via the 'View in Browser' option of VS2010, i.e. the LocalHost facility does not work. All I get is a 'File Not Found' error.

Two other ASP.NET 4.0 sites (which are much simpler and do not have any SQL Server connections) can be viewed without any problem via the LocalHost service.

View 9 Replies

Configuration :: ITextSharp Saying File Not Found When Published To Server?

Jun 29, 2010

I am using ItextSharp and I am getting a new font for it by doing this

[Code]....

That file is in that directory on both my dev machine and the server. When i run this on my dev machine it works fine, when published to my server I get an error saying FREE3OF9.TTF is not found as a file or a resource. I have double and triple checked that the file is in fact there on my server. My application has full trust on IIS. and IIS user has full access to this folder and this file.And still I get this error. Very frustrating. This code is Not inside the Web Application but inside a DLL class library that the web application is referencing. Do I need to add any more special permissions or something?

View 10 Replies

Configuration :: Internal Error Resource File Not Found?

Sep 16, 2010

I am developing an application which is running fine on local machine. It is using webservices and jquery's ajax to call that service. It also has some asp hidden fields. I deploy it with visual studio. It is giving me error that the resource I am looking for is not found.

View 2 Replies

Configuration :: LinkButtons Not Working When Clicked - 404 - File Or Directory Not Found

Nov 9, 2010

So I have a strange problem. I have 2 LinkButtons on a form with their OnCommand event attached. Everything works fine locally when debugging but when I publish the web site with I get the following error:

404 - File or directory not found.

The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

I also tried the OnClick event but I get the same results.

This is being published to IIS 7.

The OnCommand is just doing a redirect. I can manually do the redirect by entering the url the same way it's passed to redirect and it works fine. I also tried putting some code in just to verify that the event really gets called on the server and it seems it doesn't. Although it does work fine locally. I also tried removing all the files from the server and doing a clean publish just to make sure I wasn't missing anything.

View 4 Replies

Configuration :: Metadata File System.workflow.runtime Could Not Be Found?

Jul 22, 2010

I could see the following system.workflow.runtime reference in my solution but facing error "metadata file system.workflow.runtime could not be found" when ever i compile the project,

View 1 Replies

Configuration :: File Not Found - Error Message When Calling Aspx Files?

Apr 15, 2010

I've just setup a new site on my IIS6 and I'm experiencing the following problem:

I can run normal HTML pages, but no .aspx files. If I call the aspx page directly I get a 404 - file not found - error message. This only happens with .aspx files.

View 5 Replies

VS2012 ModaPopupExtender CancelControl And OkControl Triggering Validation

Oct 22, 2013

I've got an UpdatePanel nested in a Panel control. I'm using a ModalPopupExtender to "popup" the UpdatePanel which provides a list control that a user can select from, which places the selected item in a textbox. This part works fine, but if I select items and click on the CancelControl or OkControl each control is triggering validation on some of the other controls on the page and not triggering the click event. I'm not using validation at this point, but put all the other controls in a validationgroup, but it didn't work. If I don't select any listbox items and click on the CancelControl or OkControl, they behave as expected. Here is a sample of what my panels generally look like:

Code:
<asp:Panel ID="Panel" runat="server" >
<div>
<asp:Button ID="btnStuff" CssClass="button" runat="server" Text="Stuff" OnClientClick="doStuff" />
<asp:Button ID="btnMoreStuff" CssClass="button" runat="server" Text="MoreStuff"

[Code].....

View 5 Replies

Configuration :: Using IIS Development Package?

Aug 3, 2010

I have built the project using MS VWD Express 2010 and have a database that I built using SQL Server 2008 R2 Express. I have now moved the database onto my internal server, what I am wanting to do now is complete the my project by moving the webpage that accesses the database over onto my server. The server pc is running windows server 2003 with IIS 6.0 installed. Now I think I need to use VWD Project>Build Deployment Package, then I move this over onto my server, how do I get to IIS to run the deployment package etc?

View 5 Replies

Configuration :: Changes Are Not Displayed Without Restarting The Development Server?

May 11, 2010

I am a problem in my one of my web applications. I run this application under ASP.NET Development Server. Normally, in all of my other projects, when I made a change, I recompiled the project, and then press CTRL+F5 in the browser, then the new changes will be displayed in the browser. However, this specific project, when I made a change, recompiled, and then press CTRL+F5 in the browser, the page stayed the same as it was, withouth displaying the changes. I have to restart the ASP.NET Development Server to see the new changes.

This problem is not only happending in my PC, but also in others who doesn't have Visual Studio installed. So I guess there is nothing to do with my PC's environment. Are there anything wrong with my web.config?

View 2 Replies

Configuration :: Loading Development Tools On Windows 7 64 Bit?

Feb 18, 2011

Has anyone else encountered issues loading develoment tools on Windows 7 64 bit? I have encountered everything from known issues messages on Visual Studio to straight up errors loading the Oracle 10g ODAC, to Indexing service errors with my CMS system.

View 2 Replies

Configuration :: How To Upload A Web Application And SQL Database ON Development Server.

Jun 17, 2010

I never host any web application on the development server.I learn the tutorial how to copy the file using file zilla FTP client.But question is raised, how can I link my sql server machine to Http development server.And how can I configure my database on the development server.What at all DNS setting is require?

Finally All I need is , upload a web application and SQL server database on development server.

View 1 Replies

Configuration :: Switching From Development Server To IIS -- No Default Document

Dec 5, 2010

I created the simplest MVC project with Visual Studio 10, and it works fine on the VS Development Server, but won't run using IIS on the same computer under IIS (Windows Server 2008 R2 with ASP.NET 4.0.30319).

My steps were:

File / New / Project ...Visual C# / Web / ASP.NET MVC 2 Web Application... and kept the default name: MvcApplication1

Clicked Debug to build and run ... the default page appears fine at http://localhost:49175 ...

Then I closed that browser and clicked on MvcApplication1 / Properties / Web and selected "Use Local IIS Web server"Clicked "Create" to create the virtual directory at http://localhost/MvcApplication1

Clicked Debug again... and got HTTP Error 403.14 (Web Server configured to not list directory)

It seems that IIS cannot find a Default document. If I add a document to the virtual directory (C:inetpubwwwrootMvcApplication1) with one of the default doc names, that document will display OK.

Why can ASP.NET find the default document (Views/Home/Index.aspx) when running from the VS Development Server, but not when running from IIS??

I have tried running "aspnet_regiis -i", but still find that C:inetpubwwwrootaspnet_clientsystem_web4_0_30319 is an empty folder. Should there be something here?I have tried giving all sorts of permissions to the virtual directory folder (C:inetpubwwwrootMvcApplication1) but without any success.

View 4 Replies

Configuration :: Web.config Connection Strings For Development And Production Environments

Apr 15, 2010

I have seen the examples on how to switch between connections strings for development and production enviroments. My web.config also calls out a connection string for <roleManager and membership><providers>. Can this be setup to switch between the two connection strings?

View 1 Replies

Configuration :: Move A Local Development Database To The Production Server?

Jul 28, 2010

Problem: I need to move a local development database to the production server without any of the test data.

I am running SQL Server Express 2008 and SQL Server Management Studio 2008.

To create my ASP.NET Membership 2.0 system I created the DB initialy and ran aspnet_regsql.exe

I then added my own tables manually to store additional information.

I adjusted the web.config file with an application name.

When I ran a sript the application ID name was created and populated in the aspnet_Applications table. My script created a new member created and added to the admin role. Ok so everything go so far.

Now I want to move the local DB to the server. I know the connection string and can change this in the web.config.

My hosting company doesn't provide restore, so I don't think I can backup and restore

Q 1. What would be the best way to move the database across. Bearing in mind I need to clean the database out of test data.

Would it be just generate an SQL Script for the database and run it as a query on the server? And if this is the best way then do I need to set the permissions for the ASPNET user?

Q 2. What is the best way to clear out the data in the local database.?

View 1 Replies

Configuration :: Session Value Becomes Null On Deploying - Works Fine With Development?

Aug 16, 2010

My Session gets null after redirecting to other page,

Below written is my code in login page:

protected
void btnLogin_Click(object
sender, ImageClickEventArgs e)
{
// saving login history calling submit function to save login details in database
callsubmitfunctionofDatalayer();
//saving session
Session["Username"] = txtUsername.Text;

[Code]....

View 3 Replies

Configuration :: The Page Cannot Be Found

Aug 31, 2010

I have a link as template column in my customgrid and it is defined as:

<a
target="_blank"
href="<%=ApplicationPath.VirtualPath%>ShowTemplate/<%#
Eval("Recid") %>"
>View Details</a>

On clicking this link, a document should be opened. It is working fine in my local. While it is built and run on server it is showing:

The page cannot be found. The page you are looking for might have been removed, had its name changed, or is temporarily unavailable.

View 6 Replies

Configuration :: Diagnostics.Process.Start - Works In Development/debug Not Deployed?

Aug 27, 2010

Code]....

for example it just starts notepadn my development pc i'm using Win7 and when i deploy the app onto my local IIS7 it works and i can call notepadWhen i run debug mode with VS2010 it works too!

View 2 Replies

Configuration :: Visual Studio Development Server Connects But IIS Failed With Error

Jun 16, 2010

I wrote a web service to send emails and some win apps supossed to call the service for sending emails. When I test the service via Visual studio development server everything is ok and it sends emails. But with IIS the smtpclient.send throw an exception whit this message : No connection could be made because the target machine actively refused it [mailserver ip:port] The endpoint for VS development server is [URL] and for iis [URL] The smtp server is remote (gmail) and iis version is 6. I set the current local user as iis anonymous user. I am in LAN and my client firewall is off. There is an ISA server for the internet but I'm using a dialup connection for the internet. So why visual studio can send emails but iis can't?

View 5 Replies

Configuration :: Error Displaying Silverlight In Visual Studio Development Server?

Mar 16, 2011

I have an ASP.NET site running on the Visual Studio Development Server. I also have a silverlight project in my solution. I get the error:

Error: Unhandled Error in Silverlight Application
Code: 2104
Category: InitializeError
Message: Could not download the Silverlight application. Check web server settings

After some research, it seems I need to do the equivalent of setting the MIME type in HTTP Headers in IIS for VSDS. Is this right?

If so, how do I do this? If not how do I get my silverlight to run in my ASP.NET solution using Visual Studio Development Server?

View 3 Replies

Configuration :: Prerequisite Could Not Be Found For Bootstrapping

Nov 18, 2010

i justed moved our projects from vs2008 to vs2010. we are developing a setup project using wix. when i saw the prerequisites for our bootstrapper some are missing and i placed those missed prerequisites in the folder C:Program FilesMicrosoft SDKsWindowsv7.0ABootstrapperPackages. But still it showing the same message. Those missed prerequisites are office2003 pia redistributable and 2007 pia and also microsoft visualstudio tools for office runtime redistributable.

View 1 Replies

NUnit - Configuration Settings Cannot Be Found

Jan 15, 2010

I've written an NUnit test project against an ASP.Net project. The code being tested cannot find the configuration values (in Web.config) when invoked from my test project. What is the right way to provide these configuration settings so my tests will run?

View 2 Replies

Configuration :: Linq Not Found If TargetFramework Not 4.0?

Nov 15, 2010

I have some apps that are in 2.0 and I have 4.0 installed.WHen I build I get the error that targetFramework is only for 4.0 and to remove it for earlier versions.

<compilation debug="true" targetFramework="4.0" />

If I delete the targetFramework entry I get:Type or namespace Linq does not exist in namespace system.I can't upgrade some of the sites and can't delete link from the usings on all of the pages.What can I do and why is Linq the only using that causes the problem?

View 1 Replies

Configuration :: Adapter.Update (table) Fast On Development Machine, But Very Slow On Server?

Oct 17, 2010

Using VisualWebDeveloper 2010 on the development machine. All nice and fast.Using VisualWebDeveloper 2008 on the server. Server runs on Windows Server 2008 and has IIS 7.

It looks like that when 'table', a datatabe filled up in C# code behind, is getting longer, then the server (whether running the website on IIS or on the local host of VIsualWebDeveloper2008) is really slowing down. Checked it in debug mode and traced it down to

Adapter.Update(table);

Are there any know issues? Could it be that there is incompatibility between different version of SQL server or something like that? The update works, it is just awefully slow, but only on the server.

View 2 Replies

Configuration :: .dll Loaded But Entry Point Not Found?

Sep 20, 2010

<NEWBIE to configuration> I attempted to update a .dll from a 1.1 project to a bin directory and received the following error

Dllname was loaded, but eh DllRegisterServer or DllUnregisterServer entry point was not found.
Dllname may not be exported, or a corrupted version of Dllname may be in memory. Consider using Pview to detect the file and remove it.

I do not have the option of using Pview. I have attempted stopping iis then try remove and restarting server. What other options do I have to delete the dll, or reregister the new dll??

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved