Configuration :: Runtime Error When Uploading Site

Dec 27, 2010

i'm doing a website for a school and after uploading the site i get this error when typing in the web address: "Runtime Error Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a tag within a "web.config" configuration file located in the root directory of the current web application. This tag should then have its "mode" attribute set to "Off". "

the problem i have is the hosting company are saying it's not them and their IIS server is supporting .net 2.0 and it must be my code. i have even tried creating a brand new site and uploading that and I still get the same error. Because it's a school website i have to use the local government's hosting company so can't go anywhere else to host it. my question is is there any way i can create a website in .net 1.1 in vs? that way i can try to upload that site and see if it's displayed; at least if it does I can go back to the hosting company and tell them it's their server.

View 1 Replies


Similar Messages:

Configuration :: Uploading The Site In Public Server (using Filezila) It Gives Error?

Jul 9, 2010

my website works fine in my local server, but when Im uploading the site in public server (using filezila) its give me error .

what code do I need to add in my projct and wehre?.

the code is page .aspx, css and img without contact form.

View 4 Replies

Configuration :: Hosting And Uploading Web Site?

Dec 27, 2010

First time i m doing hosting and uploading of web application.can any one guide about the procedure.

View 3 Replies

Configuration :: Uploading Site With SQL Database To Commercial Hosting Server?

May 11, 2010

This will be my first time trying to upload a ASP.NET site. I would like to upload my site by simply using ftp and transferring the contents of the project directory so that the site will be easy for me to make future updates. Where can I find directions for uploading a ASP.NET site via ftp? I am assuming that I will need to edit the connection string in the web.config file. However, my hosting company told me to just make a full backup of of the database into .BAK file format and upload it via FTP to your the "private" folder. Anyone have any experience with something like this and can tell me how this would affect the connection string? Can I back up the database to a .BAK file from within Visual Studio 2008 or do I have to use Management Studio? I am using Visual Studio 2008 with ASP.NET 3.5, C#, and SQL Server 2008 Express Edition.

View 1 Replies

Error When Uploading Picture To Site?

Apr 14, 2010

I am getting an Access to the path '[path]' is denied. This site is hosted by Godaddy. How can I open up the path "images/profiles" to allow the site to write to that path?

View 3 Replies

Configuration :: Configuration Error In Web.config [when Uploading To Hosting]?

Nov 2, 2010

when developing in my pc , all is fine , but when upload to hosting , it show error ~

[img]http://image.love9cube.net/images/sadsadcgc.jpg[/img]

View 2 Replies

Uploading .aspx To Server - Configuration Error

Mar 13, 2011

i have created my website in vs 2008 using the localhost, now i want to upload it to my uni server. i have transferred all the files to the server but am getting this error. Configuration Error Description: An error occurred during the processing of a configuration file required to service this request. review the specific error details below and modify your configuration file appropriately.

Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. Source Error:

Line 76: ASP.NET to identify an incoming user.
Line 77: -->
Line 78: <authentication mode="Windows"/>
Line 79: <!--
Line 80: The <customErrors> section enables configuration

View 3 Replies

Configuration :: Error: While Uploading Files To Web Server?

Mar 11, 2011

have a web application which will allow me to upload files to my web folder. I have used the following code for uploading files (VB) on click of BUTTON UPLOAD

If FileUpload1.HasFile Then
Try
FileUpload1.SaveAs(Server.MapPath("/UPLOADS/" & FileUpload1.FileName))

[code]...

View 9 Replies

Configuration :: Unspecified Error While Uploading Excel And Connecting It To Dataset

Aug 26, 2010

I am facing some problem while uploading excel sheet upload and connecting it to dataset. The Code works fine in local machine but on website its showing following error.

System.Data.OleDb.OleDbException: Unspecified error at System.Data.OleDb.OleDbConnectionInternal

Below is my code:

string FileName = Path.GetFileName(FileUpload1.PostedFile.FileName);
string Extension = Path.GetExtension(name);
string FolderPath = ConfigurationManager.AppSettings["FolderPathSMS"];
string FilePath = Server.MapPath(FolderPath + FileName);
switch (Extension)
{
case ".xls": //Excel 97-03
s = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + FilePath + ";Extended Properties='Excel 8.0;HDR={1}'";
break;
case ".xlsx": //Excel 07
s = "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=" + FilePath + ";Extended Properties='Excel 8.0;HDR={1}'";
break;
}
EDT = new DataTable();
EDT.Columns.Add("MobileNo", typeof(string));
con = new OleDbConnection(s);
con.Open(); // I am getting the error at this point
da = new OleDbDataAdapter("select * from [Sheet1$]", con);
ds = new DataSet();
da.Fill(ds);

string FileName = Path.GetFileName(FileUpload1.PostedFile.FileName);
string Extension = Path.GetExtension(name);
string FolderPath = ConfigurationManager.AppSettings["FolderPathSMS"];
string FilePath = Server.MapPath(FolderPath + FileName);

View 2 Replies

Configuration :: Hosting ASP Website - Always Getting Runtime Error

Feb 24, 2011

I have built some ASP.NET websites in the past, mostly for local web applications. But this time I am looking to build a public website based on ASP.NET. The hosting and domain name is already in place but it is my job to create the site. I would like to use ASP.NET because I am most framiliar with it. I am just not positive the webserver supports it. I have tried creating a few different sites using different Net.Framework versions, but I always get a Runtime Error when I'm trying to access it across the internet. It tells me to change the customErrors value to OFF so I can see the error remotely. But I do that and for some reason its like its not seeing the Web.Config file I have. Because nothing changes and I still get the error. Any help would be great in figuring out if it supports ASP.NET. On another note I tried an ASP file which worked fine, but I'm not sure if theres a difference. Also if I make up a random url say [URL] I get the same error.

View 4 Replies

Configuration :: Runtime Error On Cookie Value Change?

Nov 15, 2010

I am working on an ASP.Net web application running on framework 2.0. I have values stored in users cookie. During testing when the cookie value has been changed the asp.net runtime error page gets displayed.I have custom error mode set to On but somehow this error dosent get redirected. Can anyone tell me what I need to do/set for the custom error page to get displayed in this scenario?

Runtime ErrorDescription: An application error occurred on the server. The current customerror settings for this application prevent the details of the application
error from being viewed remotely (for security reasons). It could, however,
be viewed by browsers running on the local server machine.Details: To enable the details of this specific error message to be viewableon remote machines, please create a <customErrors> tag within a "web.config"configuration file located in the root directory of the current webapplication. This <customErrors> tag should then have its "mode" attributeset to "Off".

<!-- Web.Config Configuration File -->
<configuration>
<system.web>

[code]...

View 6 Replies

Configuration :: Go To The Site Through IE Get The Error - Server Error In '/' Application?

Mar 19, 2010

I am trying to deploy a simple page that just has 3 textboxes and a button that calculates 2 numbers.I copied the site to my server and when I try to go to the site throught IE I get the error below. How do I reslove this runtime error?

Server Error in '/' Application.

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".

[Code]....

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.

[Code]....

View 1 Replies

Configuration :: Error Publishing Web Site To Localhost?

Dec 7, 2010

I have built a web site using WIndows 7 64bit, C#, VS2010, Access 2010 DB. I am ready to continue testing... ASP.NET testing has gone well with no errors but now I am publishing a web.site to the localhost IIS 7 and I am having trouble publishing it. I am getting a permissions error. Do not know what is gong on when I am the only user, no network, just me myself and I.VS2010 tells me that I need to close VS and re-open as the Administrator to publish to the local machine... ? How do I do that when there is only 1 user (me) on this machine.

View 4 Replies

Configuration :: Error With IIS 7 And Forms Authentication When Try To View App / Site

Sep 28, 2010

I have "published" my web application to our server which is running Windows Server 2008 and IIS 7. The app has a web.config file in it's root directory but, since I used the ASP.NET Configuration tool to set access permissions to subdirectories in my site, there are also web.config files in those subdirectories. They were created by the ASP.NET Configuration tool, and their contents are simple:

[Code]....

Now, when I try to view my app/site, I recieve the following error: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS. In the Source Error: section, the following line of my ROOT web.config file (not on of the little ones located in the subdirectories) is highlighted in red. "<authentication mode="Forms">"

Everything I have been able to find regarding this error says that one cause might be that web.config files are located in the subdirectories of my application but, the error is pointing to the web.config file in my root directory. IIS7 functions differently from previos versions, regarding web application creation. But, I think I have managed to get that set up correctly. (there is an application listed with the name of my site, and it has been assigned to the app pool that I created so, I think that is all correct). So, I think my web site IS set up as an application.

View 2 Replies

Configuration :: Error In Accessing The Web Site Uploaded On The Web Domain?

Jun 2, 2010

After publishing the web application on the web host there si following error.It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be caused by a virtual directory not being configured as an application in IIS.

View 1 Replies

JQuery :: Runtime Error: Microsoft JScript Runtime Error: "nodeName" Is Null Or Not An Object

Sep 30, 2010

Microsoft JScript runtime error: 'nodeName' is null or not an object in jquery-1.4.2.min.js It occures only with IE.

View 3 Replies

Configuration :: Error In Running Site - Could Not Load File / Assembly

Jun 17, 2010

I have uploaded site on web server but I am having the following error.
"Could not load file or assembly 'MySql.Data, Version=6.1.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'MySql.Data, Version=6.1.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified.

View 4 Replies

Configuration :: Connection String Empty Error On Hosted Site?

Jul 19, 2010

[Code]....

I double checked that my hosting account is running asp.net 2.0-3.5.

View 2 Replies

Configuration :: Web Site Administration Tool Fails To Launch And Throws Error

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

Configuration :: Error: The Metabase Path 'Default Web Site/MyWebsite_deploy' Is Not Supported

May 21, 2010

My company has a server running Windows 2003, IIS 6.0, Web Deployment tool 1.1. I also have a development machine running Visual Web Developer 2010 Express. I can't get the Publish command to work (gives me "can't contact MSDEPLOYAGENTSERVICE" even though I know it's running), so a couple days ago I built a publish package, copied it over, and ran it, which worked.oday I thought WebDeploy was having problems (turned out the problem was between the keyboard and the chair) so I uninstalled it and reinstalled it from the WPI. Now when I try to run the package I get

Error: The metabase path 'Default Web Site/MyWebsite_deploy' is not supported.

Paths must be of the format '/lm/w3svc/<siteid>/ROOT/...'.

Error: The metabase key '/Default Web Site/ROOT/MyWebsite_deploy' could not be found.

Error: Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))

Error count: 1.

I have the virtual directory allready installed under Default Web Site.

View 1 Replies

Error: This Assembly Is Built By A Runtime Newer Than The Currently Loaded Runtime

Feb 28, 2011

I have downloaded published (code behind files are no there, combined with dll in bin folder) web application from window server 2008 where it is hosted, & open it with visual studio when i debug that application it shows following error: "Colud not load assembly because this assembly is built by a runtime newer than the currently loaded runtime" I don't know how can i solve this problem and test application locally.

View 2 Replies

Web Forms :: Uploading Files From One Site To Another?

Aug 24, 2010

I need to upload files from one site to another and I thought about using the WebClient class and FileUpload method from the System.Net namespace. I read the MSDN documentation and it seems an easy task to achieve but something is going on wrong. For now, I am only testing with the following simple code to upload a file to a test web server in our office which uses HTTP port 8080 instead of 80:

[Code]....

The code above issues the following exception: "The remote server returned an error: (404) No Found." I have made sure that both paths are correct.

Also, does the UploadFile method saves the file physically in the hard disk (I suppose so) or does it load it into the server's memory?

View 1 Replies

Web Forms :: Uploading Pdf Files To The Site?

Feb 25, 2010

I have a webiste that is on a shared host environment. I would like to be able to upload pdf files to the site and then somehow link them to a client record in the database.

View 6 Replies

Web Forms :: Add Site Logo While Uploading Image?

May 16, 2010

I want to add my site logo to any image uploaded to server automatically? I am also using Telerik Radeditor , if possible to do through that.

View 4 Replies

How To Set Start Page On Hosting Server After Uploading The .net Site

Jun 5, 2010

i have uploaded my site on hosting server with name www.selectionfurnishing.combut when i try to open any page i got an error that the site does not exits when i try www.selectionfurnishing.com/default.aspx then it gives error that the page does not exits (404)

View 2 Replies







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