Converting a site from http to https
What happens to many links refering back to my site.My Site is http://www.mysite.com/blog/blogpost.aspx When it becomes https the above link, breaks, how does one redirect http links to httpsWhat else...
View ArticleHosting Site with self signed certification in IIS
Hi Team, We was already having an application with hosted with default http protocol. I have created a self signed certificate and hosted site with https . While browsing the site internally...
View ArticleWhen downloading a file: System.Runtime.InteropServices.COMException: The...
Hi every body,I have installed an asp.net2.0 application in IIS7, my application creates files in a shared folder, this files are displayed in a page, you just need to push the desired file's button...
View ArticleSetting CopyLocal property for dependent dlls to false
To optimize performance of visual studio build I've found multiple recommendations to change CopyLocal property for dependent dlls to false,I've done and it worked perfecty untill I deployed my app on...
View ArticleAccess application using DNS
Hi Guys,Before that we are access application using IP addess now want to access using DNS.How will do am new in DNS concept.Please help me.Thanks Nandan
View ArticleMissing dll generates errors
Hi all,the reason is I'm posting this here is that my problem accurs randomly on our deployed App. For performance reasons, we put CopyLocal to false for some references. After deployement, application...
View ArticleWhy need to recycle application pool?
Infrequently, my two websites become unreachable with a 503 error.They can be brought back by recycling the application pool (both sites are on the same server at my hosting provider, along with a half...
View ArticleMissing dll
Hi all,the reason is I'm posting this here is that my problem accurs randomly on our deployed App. For performance reasons, we put CopyLocal to false for some references. After deployement, application...
View ArticleRunning Notepad from asp.net using PsExec or WMI
Hello there.I develpoed an ASP.NET webpage that suppose to open a Notepad program on server pc.i tried two options but both failed:First - Using PsExec.exe tool to execute the proccess as myUser...
View ArticleWeb Config rewrite rules
<system.webServer><rewrite><rules><rule name="http to https" stopProcessing="true"><match url=".*"/><conditions><add input="{HTTPS}"...
View ArticleRunTime Error
Can someone please help me with an explanation as to how to correct the code for my web.config file to show the error list! I do not know where to place the following code in the web.config file?Server...
View ArticleHow to Publish and call my asp.net service from a web address www.xxxxxxxx
Hello, first of all let me say that I have never deployed any web applications before so my main issue here is inexperience. Hopefully someone with much more experience can help me out. I have written...
View ArticleAttempt by security transparent method...
I have updated an ASP.NET site from 3.5/4.0 to 4.5.2. I am getting the following error when I try to run it. I use GoDaddy for Hosting. Any help would be greatly appreciated. Meanwhile, I am combing...
View Articlelogin control without membership provider doesn't work completely after...
Hi,I am using login control but without membership provider.When I enter a correct user name and password, the application works great both locally and on the server. However, in the server, I receive...
View ArticleSSL certificate install
this is where I am at! 1) I have the SSL certificate, CSR activated to my domain. 2) I am using a DCV method of HTTP SO what do I do now? A) Update my webconfig (IIS7) with code to catch http as well...
View ArticleWeb Application runs fine in Visual Studio but when Published no longer...
I get the following error after publishing my web application to my hosting account. Authentication to host 'localhost' for user 'BanditsBaseball' using method 'mysql_native_password' failed with...
View ArticleDeployment woes
Asp.Net Web API developed in VS 2012.Deployment is a nightmare. If I "remove unused references" I can pretty much start over from scratch.What do I need to install on my server (Win Server 2008 with...
View Articledeploy asp.net application/website what do we need on the server?
Hellocan someone plz tell me I have asp.net and vb.net application which I need to deploy on server, which I am not sure has got .Net framework on it?Can we run asp.net applications/websites on a...
View Articleplz urgent help with this
HelloI have created a test website on asp.net and then clicked,build,publish app and then published it on a c:\ location, then I copied the folder in USB and pasted it on another computer(server),...
View Articlecan we deploy asp.net application in the form of scripts?
HelloI am new to .net so asking this question,I was just wondering that will I be able to deploy my asp.net(with vb.net) application on the server in the form of scripts rather than a dll?The...
View Article