Configuration :: Working With Sql Of Vps?
Feb 13, 2011
i have vps and i install sql expression2008.first i make login user and i encrypt password in my webconfig when i put it in vps it cant connect to user that i make but in sql i login with tha user so the user is correct but i cant connect to it in vps.it also connect in my own computer but i cant connect to it in vps.what is the problem?
View 7 Replies
Similar Messages:
Aug 19, 2010
My application is working fine in local environment but not working after push code in live. My locale environment and hosting environment both are having same configuration. Same app working fine 2 month before but in different domain but same hosting server.
how to check the both config / any possible to run debug mode in hosting server please let me know. below code used in all page for checking user session status but when I click on any link page redirect to login.aspx I think session got timeout. I don't know why session got time frequently, but this issue not happening in local environment (desktop).
[Code]....
[Code]....
View 6 Replies
Mar 16, 2010
I was using FCK editor in my site and it was working very smoothly. Recently I moved all my files as it is into a new hosting server. Surprisingly, FCK editor is not getting displayed in my page. The requested url for fck editor is same as of earlier.
View 1 Replies
Jun 5, 2010
i have develop an application (.net 2.0) and it's working fine in localhost (iis 6.0)
but it's not working when i uploaded to my web server (windows 2008, iis 7.0)
refer to [URL]
View 1 Replies
Jun 15, 2010
Here is my customErrors section:
<customErrors mode="On" defaultRedirect="~/ServerError.aspx">
<error statusCode="403" redirect="~/NotAllowed.aspx" />
<error statusCode="404" redirect="~/404.aspx" />
<error statusCode="500" redirect="~/ServerError.aspx" />
</customErrors>
When an error occurs (I type in a non-existing page in address), I get the default IE "page not found" page.This happens both on localhost in development, and of course in live environment.I think this started happening since a recent Microsoft Update, which included most recent updates to .net.
View 3 Replies
Jun 28, 2010
I want to redirect to a new page, when i get 404.htm error page in the application.
View 4 Replies
Nov 17, 2010
the codes given below only working on localhost but not on web server.
[Code]....
View 15 Replies
Mar 24, 2011
I just deployed a site and all looks okay as far as it being up there and the files are there.However when I go to click on any link, they don't even send a request back to the browser.If I right click then open link in new tab is sends it along just fine but it seems like the page can't initiate a request back to the server,
View 2 Replies
Dec 30, 2010
I am trying to convert the Plugin's (Interfaces) developed in VB6.0 to .NET web services. Basically what I am trying to do is that making use of VB6.0 dlls in the web services. This works fine when I am checking the services in the debug mode but It fails to work in the Host enviornment(From IIS).Server: windows 2003Error : Creating an instance of the COM component with CLSID {3FF6ABC1-5FAC-45D3-AFA5-B3472443CAA7} from the IClassFactory failed due to the following error: 80010105.
View 3 Replies
Jan 4, 2011
I have we have deployed an ASP.NET applicatio (3.5 framework ) in IIS 6.0. It works fine in port 82 but it gives error in port80. we have installed follwoing KB969612 for IE8 issue to make it work
View 2 Replies
Jul 30, 2010
As per subject, the webpage's javascript that is running on IIS5.0, is not working. I've set a line of javascript in C# backend codes in a button click event. When the button is clicked, window.close() shld be activated and a confirmation box is to be shown. However, upon deploying the page to iis, it didnt work anymore.
View 2 Replies
Aug 22, 2010
I have a website application which performs a function which I need to integrate into my main website application. Right now I'm getting errors as I copy and paste the parts of the web.config file from the working app into my main app. When I just paste in the assemblies, I get 2 errors. I'm just going to just paste both of them here and if you think you integrate them, I'd really appreciate it if you would paste it here in the thread.
[Code]....
And here is the one I'm trying to integrate into the one above:
[Code]....
View 1 Replies
Jan 9, 2011
I built the solution once in release mode and it created all the necessary files in the release folder. I then deleted all the contents of the release folder. Now when I buid it for the second time, the release folder is empty. The dll is in the debug folder.
View 1 Replies
Mar 22, 2011
I have made a virtual directory in IIS 7.5 but still unable to catch the required path. I need to save uploaded files inside a folder which i created as virtual directory but still it is showing error like- "Could not find the path..
View 3 Replies
Apr 16, 2010
I Have a issue with the Response.Redirect,we are using as follows.
Response.Redirect("~/Folder/Mypage.aspx?fileID="+fileName);
This works fine in the local host and in one of the server.
In another server,for a particular button,its not working.
The Issue is while redirecting is takes the tilda(~) in the Path and giving the following error.
Server Error in '/EventManagement' Application.
The resource cannot be found.
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested URL: /VirtualDirectoryName/~/Folder/MyPage.aspx
View 5 Replies
Aug 3, 2010
i m using ajax toolkit 3.0.30930.0 for asp.net 3.5 with vs 2008. it works fine while running on the local machine but while uplaoding on the web server produce following error in the webconfig file,custom error set to off
should i do some changes in web config file before hosting it to the server. i m using script manager from ajax extension rather than toolkit script manager
View 1 Replies
Apr 30, 2010
I have configured in my web.config the 404 error message and the page to be displayed. This works fine if I enter in a non existant page for example:http://www.woodleymkc.co.uk/gibberish.aspxand sure enough it redirects to my 404 page. However if I type in:http://www.woodleymkc.co.uk/gibberishthen I get, what I assume, is a standard Windows server 404 page. If you try each of those links you will see what I mean.
View 3 Replies
Mar 7, 2010
I have added two handlers in Web config under the System.Server for work to IIS7, but i got this error
<system.webServer>
<validation validateIntegratedModeConfiguration="false" />
<staticContent>
<clientCache httpExpires="Sun, 29 Mar 2020 00:00:00 GMT" cacheControlMode="UseExpires" />
[Code]....
Error:
500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed.
View 1 Replies
Dec 1, 2010
Session is properly working on asp.net development(Local PC).but not working on IIS web server
View 13 Replies
May 7, 2015
I my webform asp.net project, I use web api controller to access the server data.I use framework 4.5. On localhost everything works, but when I publish to server I get 404 for [URL] ..... This is the code in file global.asax
protected void Application_Start(object sender, EventArgs e) {
GlobalConfiguration.Configure(config =&gt; {
config.MapHttpAttributeRoutes();
config.Routes.MapHttpRoute(
name: "DefaultApi",
routeTemplate: "api/{controller}/{action}/{id}",
defaults: new { id = RouteParameter.Optional }
); }); }
On the server the framework 4.5 is installed. In IIS, in application pool, I've set the correct framework version. What are the server requirements? What should I install?
View 1 Replies
Feb 19, 2013
i have deployed my new website in IIS when i tested in browser its working fine but its not working on network systems,i have my old website with port 3185 and new one is 3186 , the old one is working fine but the new web is not working
View 1 Replies
Aug 16, 2010
Login not working after publishing asp.net website
I am used default login control, form based authentication and default sqlmembership provider.but in local my site working fine,when i publish it locally in iis means,the login is not working , i don't know what is the reason?
View 3 Replies
Jan 27, 2010
I developed and deployed a web application using ASP.NET,C# successfully. The application was running perfectly until few days back. [NOTE: It still works fine on local machine (tested using both development server and IIS)] What happens now is: The website opens perfectly. After few operations which involves database interactions, in all the pages, the pages stop responding. I mean, after a few clicks, if I try another operation the page starts postback for unlimited time period and never gets rendered
and a following message is given: The connection was reset: Firefox 3.5... IE cannot display the web page: IE 7, 8 There is no database connectivity issues. I checked event logs on the web server and found few unhandlled exceptions, I corrected those. Now the event log doesn't show any error. But the problem is same.
I tried accessing the page from web server's browser, everything works fine. Even my boss can browse all pages with no problem (both have Win Server installed). Other machines (mostly XP) can't browse after sometime(as described above). I checked the memory usage, cpu time - NO ISSUES.
View 18 Replies
Jan 21, 2011
I have a function i used to send Mails, it works fine locally, but on production not working. here is the code
[Code]....
and here is the configuration
[Code]....
i got this exception on production only System.Net.Mail.SmtpException: Failure sending mail. ---> System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 72.167.82.80:25 at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Int32 timeout, Exception& exception)
--- End of inner exception stack trace ---
at System.Net.ServicePoint.GetConnection(PooledStream PooledStream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6, Int32 timeout) at System.Net.PooledStream.Activate(Object owningObject, Boolean async, Int32 timeout, GeneralAsyncDelegate asyncCallback) at System.Net.PooledStream.Activate(Object owningObject, GeneralAsyncDelegate asyncCallback) at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asyncCallback, Int32 creationTimeout) at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint servicePoint)...........
View 3 Replies
Mar 23, 2010
I have a website that I am trying to publish and it doesn't seem to be working properly. I get an error saying that a master page does not exist. However, the master page is there, but when I publish the code, it does not get published. Is there some sort of cache or something I am missing here?
View 7 Replies