Script Files Returning 404 Error?
Mar 11, 2010
I'm using ASP.Net and whenever I create a script file or try to include a script file like jQuery they aren't working. I am doing just a regular localhost server and none of the scripts are working. Upon further examination using firebug I look at whats being referenced in those scripts and it shows html code for a 404 error. I know the scripts and files are there and I can navigate directly to them in the browser but for some reason I can't reference them in my page.
Here is a screenshot:
View 3 Replies
Similar Messages:
Oct 16, 2010
I want to send a backup command to sql server and return backup file to my c# application.
sql server is another machine and I have not access to its hard disk.
View 1 Replies
Apr 3, 2010
I'm developing an ASP.NET MVC application with AJAX.
I have the following code in the View:
<% using(Html.BeginForm(null, "Home", FormMethod.Post, new{id="formcpf"})){ %>
<p>
<input name="tipo" type="radio" value="GeraCPF" /> CPF
[code]....
in Firefox and Chrome works fine, but in IE7 sometimes returns the value into the label, sometimes not. I have to keep submiting to get the return.
View 1 Replies
Oct 11, 2010
I am trying to deploy a wcf service. I have created a simple service, basically I have created a new wcf service and tried to deploy it however I get this error
The type 'WCF_Application.Service1', provided as the Service attribute value in the ServiceHost directive, or provided in the configuration element system.serviceModel/serviceHostingEnvironment/serviceActivations could not be found.
I am trying to deploy my service to a subdomain like
https://services.mydomain.com/business
My config looks like this
[Code]....
View 3 Replies
Jan 8, 2010
The following code is an example for the book Book Ajax Hacks by Bruce W. Perry.
When executed the code works correctly in Internet Explorer 8
However when I run the same code in firefox 3.5.7 when it hits the following line
if (request.status == 200) it returns 0 and I see the
[Code]....
View 3 Replies
Oct 13, 2010
I have a action filter:
[Code]....
Once the action filter handles the validation, instead of redirecting to another pages is it possible just to return the view associated with the action with the updated modelstate? Basically this is to handle business validation exceptions thrown by the business layer in a generic way.
View 2 Replies
Nov 12, 2010
Using a Visual Studio 2010 ASP.net web application, I have several projects that share some JavaScript/css files. The most logical way for them to share these files is to place the files in a single folder and each project has them included with the "Add as Link" option. However, if I add the files this way when I'm debugging using either the Visual Studio Development server or debugging using a local IIS web server all requests for these files return 404 Not Found errors. If I publish the site then the files are copied but that obviously doesn't with debugging.
View 2 Replies
May 24, 2010
Im trying use a storedprocedure where depending on the status of the room if ='Vacant' And checkIn =date and the result will be put in a gridview, but i kept returning an error that says, "Conversion failed when convertng datetime from character string". Heres the code.
Caller:
[Code]....
Stored Procedure:
[Code]....
GridviewFiller:
[Code]....
View 7 Replies
Jul 18, 2010
We have a web project that contain its business methods in a class library project called "Bll.dll"
some methods of Bll.dll return List<> ... from a source - that i don't remember now - told that returning Collection<> is better than returning List<> Is it a valid ? Note that i don't make any process on values returned from BLL methods .. just view it in a web page
View 5 Replies
Nov 30, 2010
Can someone offer some help with my problem please?I have the following code:
function InsertNewMeeting(tripID, contact1ID, contact2ID) {
$.ajax({
type: "POST",
[code]...
View 2 Replies
Jun 20, 2012
When I run the selected file and press upload image files the following error:
Compilation Error
Description: An error occurred during three days the compilation of a resource required to service this request. Please review the specific error details and modify sau your source code appropriately.
Compiler Error Message: CS0103: The name 'Common' does not exist in the current context
Source Error:
Code:
Line 51:
Line 52: / / file name to not be centralized file + extension of the file to upload
Line 53: strFileName = Common.GetFileName () + System.IO.Path.GetExtension (Hinh1.FileName) / / this line error immediately
Line 54:
Line 55: / / Path Large file I save
Common under which this namespace? I have tried namespace
using System.Data.Common;
View 1 Replies
May 14, 2010
I'm using a web form that allows users to upload media files. The code works great on small to medium size files, but I've found that if a file is really big(like bigger than 15MB), the user will get a 404 error. Currently I'm using the code below to handle the file. Does .NET provide another way to handle larger files?
[Code]....
View 6 Replies
Jun 8, 2010
I made a website with mysql back end, it all goes dandy on my dev machineI got all the connectors required, copied the dll files in bin.Now the iis server doesn't recognize drivers and give me this error ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
now the iis server got the drivers connector from mysql website andinstalled even the datamanager from webinstaller
View 3 Replies
Apr 1, 2010
I'm trying to import a file. It's been importing from VFP just fine but just yesterday, it stopped working and I'm getting the following error message. If this is referring to my registry, there is no such entry in my registry. Do I need to re-install?
Error 0xc002f210: Preparation SQL Task 1: Executing the query "" failed with the following error: "Retrieving the COM class factory for component with CLSID {19E353EF-DAF4-45D8-9A04-FB7F7798DCA7} failed due to the following error: 80040154.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. (SQL Server Import and Export Wizard)
View 1 Replies
Sep 12, 2010
I get the error message The system cannot find the path specified for a .html file that doesn't exist on the server.
1. Is it possible to set up an error page for .html pages that doens't exist without having access to IIS.
2. If you need to do it in IIS, can you do this for .html files, and then set up custom error pages for .aspx files in the web.config so that these rules co-exist.
View 4 Replies
Apr 20, 2010
code with windows application and it works in a good way and files uploaded to server successfully using text box control and open file dialog,but when I tried it with upload control on Asp.net application it doesn't work and gives error : Could not find file .......this is my code in windows application under button click FileInfo toUpload = new FileInfo(this.txtFile.Text); FtpWebRequest request = (FtpWebRequest)WebRequest.Create(this.txtAddress.Text + "/" + toUpload.Name ); request.Method = WebRequestMethods.Ftp.UploadFile;
[code]...
View 9 Replies
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
Oct 6, 2010
We have page that allows the users to upload documents (multiple). When the upload takes a long time - either due to the size of the files or due to slow upload speeds - we get a exception saying "Request timed out".
We found that the exception is thrown as soon as the upload is complete. So we have modified the executionTimeout config entry to 6000 secs. But this error still shows up consistently. We are running IIS6, .net 3.5 sp1 (asp .net 2.0).
Update.I'm able to reproduce this issue with relatively small files (multiple files with total of 75MB)
View 4 Replies
Jan 15, 2011
I have a custom config file in my application say my.config. Suddenly I ecnountered with some error regarding one of the settings inside the config file and the strange thing happens- my content of the config file get's rendered in the browser in the form of error. This is a big security issue for me. My question is how to prevent the content of my config files from rendering in the browser. Note I have already this setting in my web config:
<customErrors mode="Off" defaultRedirect="errors/default.aspx"/>
I am wondering why did not it redirect to error page? we had the settings turned onstill it displayed the straight error.
View 2 Replies
Dec 26, 2010
I am trying to put a simple website on my web server. My hosting company only allows .mdb files. When I try to use .mdb files in asp.net visual web developer 2008 I get the following error.
Error: Unrecognized database format 'C:cl2011App_Datachristmas2011.mdb'.
Conenction String:
<connectionStrings>
<add name="ConnectionString2" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|christmas2011.mdb"
providerName="System.Data.OleDb" />
</connectionStrings>
View 4 Replies
Apr 23, 2010
I have a weird problem that I am struggling with. We have a legacy project (VS 2003), and all I have to do is change a Crystal Reports label, when I change it and save it creates an additional code behind file. So after saving I have the file rptInvoice.rpt with two dependant files rptInvoice.vb and rptInvoice1.vb. I have no idea why it is creating an additional file but it is causing a compiler error.
View 1 Replies
Dec 7, 2010
While i am Uploading Some Video Files from my asp.net website(C#) for the first time, i foud some error which i am furnishing here under
"Access to the path 'D:inetpubvhostsdemon4netsalt.comhttpdocsStudy MaterialVideo+1' is denied."
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.UnauthorizedAccessException: Access to the path 'D:inetpubvhostsdemon4netsalt.comhttpdocsStudy MaterialVideo+1' is denied.ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}ASPNET on IIS 5 or Network Service on IIS 6 and IIS 7, and the configured application pool identity on IIS 7.5) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.
i am planning to save my files in side the "
Study MaterialVideo+1,
Study MaterialVideo+2, etc..
" Folders
View 2 Replies
May 18, 2012
I use file upload control.........and below this there is upload button which include programming to upload file.........
It is working fine for file size of less than 2mb but when i pick file of 5 mb(say) and i click on file upload button or any other button then outcome is
Internet Explorer cannot display the webpage
I placed break point on upload button but control doesn't go their..........
View 1 Replies
Feb 8, 2010
i have to create some files dynamically. those are referred in html anchor control.i want to process some requested files in asp.net worker process but IIS just intercept all these requests and show 404 page not found page. how can i avoid IIS bevaiour in such cases additionally i can not map these files extentions to IIS because i don't know there are so many???
View 1 Replies
Mar 31, 2010
I wanted to create one js file which includes every js files to attach them to the head tag where it is.
But i am getting this error
Microsoft JScript runtime error: Object expected
this is my code:
[code]....
View 2 Replies