Relative Urls For Images And Js Files In MVC Application - Diff Behaviour On Local And Production Server?

Mar 13, 2011

I have an MVC web application, the urls like following in my views folder:

<img src="../../Images/Delete.png"/>

are working on my localhost, but when I deployed the application on production server, they stopped working and when I use single ".." instead of double "../.." , they start working on production server.

View 2 Replies


Similar Messages:

Configuration :: Web Application Under Proxy Server - Relative URLs?

Jun 23, 2010

our web application should be hosted under proxy server, for that we had to change our URL to be relative.

we changed all the url's but then we saw that web resources that are embeded in the .net dll's are being written to the page with absolute path, start with "/" for example:

[Code]....

how can we change it? how can we set the web resource to be relative like this "../webresource.axd"

View 3 Replies

C# - Application Finds Local Resource Files In Web Development Server But Not Local IIS

Sep 22, 2010

When I run the application using the Web Developer it works fine. However when I run it using local IIS I get the following error:

The resource class for this page was not found. check if the resource file exists and try again. Description: An unhandled exception occurred during the execution of the current web request. review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.InvalidOperationException: The resource class for this page was not found. heck if the resource file exists and try again.

Source Error:

Line 81: private void PopulateLanguageList()
Line 82: {
Line 83: DropDownListLanguage.Items[0].Text = (string)HttpContext.GetLocalResourceObject(
Line 84: "Default.aspx", SelectLanguage, Thread.CurrentThread.CurrentCulture);
Line 85: }

Stack Trace:

[InvalidOperationException: The resource class for this page was not found. Please check if the resource file exists and try again.]
System.Web.Compilation.LocalResXResourceProvider.CreateResourceManager() +4038050
System.Web.Compilation.BaseResXResourceProvider.EnsureResourceManager() +23
System.Web.Compilation.BaseResXResourceProvider.GetObject(String resourceKey, CultureInfo culture) +24
System.Web.Compilation.ResourceExpressionBuilder.GetResourceObject(IResourceProvider resourceProvider, String resourceKey, CultureInfo culture, Type objType, String propName) +32
System.Web.HttpContext.GetLocalResourceObject(String virtualPath, String resourceKey, CultureInfo culture) +56
APPortal.Login.PopulateLanguageList() in c:inetpubwwwrootAPPortalDefault.aspx.cs:83
APPortal.Login.Page_Load(Object sender, EventArgs e) in c:inetpubwwwrootAPPortalDefault.aspx.cs:20
System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +25
System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +42
System.Web.UI.Control.OnLoad(EventArgs e) +132
System.Web.UI.Control.LoadRecursive() +66
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428

View 1 Replies

Logic For Fixing Relative Urls To Full Urls

Nov 16, 2010

i have a function that pulls URLs from various web resources. needless to say some are full valid URLS and some are relative as per the HTML of the page. below is my asp.net/ c# logic i derived for examining the URL and then generate a full usable URL from whats pulled from the site...

NOTE:
origianlurl is the full url of the first searched page, and relativeUrl is a url found within the searched page (it can be a full www.site.com or a /contactus.html)
private string ResolveRelativePaths(string relativeUrl, string originatingUrl)
{
if (relativeUrl.StartsWith("http") || relativeUrl.StartsWith("www"))
return relativeUrl;
if (relativeUrl.StartsWith("/"))
{
//get main url something.com
[code]...

View 1 Replies

Configuration :: DLL Works On Local IIS But Fails On Production Server?

Jul 14, 2010

I have used a dll named MARCEngine, which is used to read Marc data. I use a method named MARC2MARC21XML which converts a normal marc file to an XML file.

The problem is it works great on my local IIS, but when I upload it to the production server, it only generates the root node and not the child nodes.

Here is a snippet of my sample page :

[Code]....

Asp.net has the permissions to access the files geneated.

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

Crystal Reports :: Toolbar Images Not Displaying In Production Server

Sep 23, 2010

Crystal Reports Toolbar Images not displaying in the production server.

View 3 Replies

AJAX :: Two Modalpopupextender On The Same Page To Display Two Diff Table In Diff Panel?

Jul 29, 2010

[Code]....

For the Second gridview is directly below the first panel

asp:Label ID="Label12" runat="server" Text="Label" style="display:none;" ></asp:Label>
<asp:Panel runat="server" ID="popupPanel2" BackColor="White">
<table style="width:64%; font-family: Arial, Helvetica, sans-serif; color: #000000; font-size: 12px;"
id="Table1" runat="server">
<tr>
<td style="width: 122px">
<asp:Label ID="Label7" runat="server" Text="From Project:"></asp:Label>.........

View 2 Replies

Display Images In Local Machines From A Web Server

Oct 11, 2010

My question is about accessing local machines' files from a webserver.. I have an intranet project that works on my network.. My project is about accessing the other local machines,then displaying images from that machines.. For example my project is working on 192.168.9.170...when enter the site..it can be displayed lots of images from local machines..for example an image of them src path is:192.168.9.180, one of them is 192.168.9.181.. So,i want to publish this project on web.Can i access local machines from webserver..how can i map that machines

View 1 Replies

Saving Images To Folder On Local Server?

Feb 24, 2011

I have a trouble in saving an image to a folder on local server which is sent to the server using AJAX.

The image on the canvas of HTML5 is taken using Canvas.todataurl() function.

[code]....

Without opening savedialog box, the image has to be saved to a folder on local server with a filename given to it.

How should i go about this?

View 1 Replies

Recycle Web Application In Production Server?

Sep 1, 2010

I have made changes to my global.asax file so i want to recycle my web application to make the changes work. How to safely recycle my asp.net web application in production server?

View 3 Replies

What's The Diff Between Cache And Application

Apr 12, 2010

I just noticed a "Cache" object, when would you use the Cache object to store state data nd when would you use the Application object?

View 1 Replies

Server Error In '/' Application. NETDB.MDF On Production Server

Jan 22, 2011

I m getting the following error when i upload my site to Production Server using Database in App_Data ASPNETDB.MDF

Server Error in '/' Application.
Runtime Error
Description: An application error occurred on the server. The current
ustom error settings for this
application prevent the details of the
application error from being viewed
[code]...

View 2 Replies

Web Forms :: 2008 - Upload Images To Server (application / Images Folder) And Retrieve (display)

Apr 17, 2010

how to upload images to server(application/images folder) and retrive(display) from and on client PC for asp.net. its just for uplaoding logo directly to server folder and retriving from server to client. i am not getting server path on client pc for image.

View 5 Replies

Configuration :: Deploying Application On Production Server

Mar 17, 2011

I have deployed simple application on production server it just update sql server table via update query.

The problem is That when I run that app on development machine it updates table on remote server but after deploying it on production server and accesing the url on production server/and development machine my code doesn't execute and thus it don't update table.

I have created virtual direcotry and configured app with specific application pool which is custom based Asp.net account.

View 7 Replies

Possible To Programmatically Add Images And PDF Files To A Folder In Your Application

Dec 2, 2010

I have a folder in my application (UploadsFolder) in which I've been adding images I use for y application. Is it possible to add more images to this folder programmatically online?

View 3 Replies

SQL Reporting :: How To Get ReportViewer To Use A Relative Local File Path

Jul 1, 2010

I'm venturing into the world of Microsoft Reporting Services for the first time. So far it's gone pretty well, but I do have a couple of questions. The biggest one is, can I get the ReportViewer to use a relative path to my .rdlc file instead of the full path name that it seems insistent on using? When I'm developing locally oh my desktop, my filepath is c:inetputwwwrootcascadewritingwritingresults.rdlc; however, when I move this to production the filepath will become :websitecascadewritingwritingresults.rdlc. The .aspx page that my ReportViewer is embedded in resides in the same directory as the .rdlc file itself, so I was hoping I could just simply chop off the path altogether and reference the file name, but when I do ReportViewer fusses at me and says it can't find the file.

An error occurred during local report processing.

The report definition for report 'c:inetpubwwwrootCascadeWritingResults.rdlc' has not been specified

Could not find file 'c:inetpubwwwrootCascadeWritingResults.rdlc'.

In case you need/want to see it, my code for the ReportViewer is below:

[Code]....

View 3 Replies

Configuration :: How To Move A Secure Application To A Production Server

Jul 20, 2010

I am rather new to asp.net but I have built a couple of apps that do not require users to login. am having some problems moving my secure .net application from my laptop to a production server, however, and I am hoping someone can help me. On my laptop my application's user authentication functions as it should, but when I move my application to a webserver I get an assortment of errors. Forgive me if these questions are a little basic. My first question is this. In a production environment do I move the ASPNETDB.MDF file in the App_Data folder to my SQL server? Is it OK to rename it to something more descriptive?

View 4 Replies

Configuration :: Application Blocked After Updating DAL For Production Server

Jul 6, 2010

Sometimes I would like to be able to update during day time my ASP .Net application. I noticed that quite often updating DAL's (.xsd files) that are in used will block my application (and users). The only way, I found to recover, is to restart IIS but my users do not like it.

Is there some more clean way to update an online server without disrupting the users ?

Could I identified the DAL which are in used and the users using them, so that I could somehow disconnect only these users (My application uses Windows authentication).

View 1 Replies

Downloading Files From The Server To The Local Machine In C#?

Jul 24, 2010

In my application I have a requirement where the client/user needs to download video files from the server to their local machine.

View 1 Replies

Installation :: How To Install To Develope Diff Application Demos Using 3.5,mvc

Aug 6, 2010

i have vs team system 2008 sql server 2005, i dont have template for mvc when i clik on new website or project. providing information that "What to install to develope different application demos using asp.net 3.5,mvc,C#,WCF,WPF"

what are the steps to create best working environment, later i want to add sharepoint

View 1 Replies

Security :: Diff Between Internet And Intranet Application Developemnt

Mar 22, 2010

diff between internet And intranet applications design. How they are deff in authentication. What kind of authentications is possible?

View 1 Replies

How To Generate The Urls To Map Images

Feb 28, 2010

I am using the NerdDinner project to experiment with MVC. http://nerddinnerbook.s3.amazonaws.com/Intro.htmI have put an image map on the front page and cannot work out how to generate the urls for it.

[Code]...

View 1 Replies

When Publish Website To Local Folder And Access On Local Pc, Java Script Files Did Not Work

Mar 29, 2011

I created a website using VS2010. When I run the website using built-in web server, everything works fine. The website recognizes javascript and aurigma uploader. When I publish the website to local folder and tried to access using IIS 5.1 on local pc,
the java scipt files did not work. I was getting yellow triangle sign at the bottom of the page indicating the object is expected. I tried to look online but i could not find any answer. I have included jquery and javascript file in the header section of master

View 3 Replies

Forms Data Controls :: Open Images Files In Windows Default Application?

Dec 24, 2010

i have grid with linkbutton and path of image files how can i open that images in windows default application below is the code in rowdatabound LinkButton btn = new LinkButton();

View 3 Replies







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