How to configure SHDocVW dll on Webserver.
Retrieving the COM class factory for component with CLSID {0002DF01-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005...
View Articlehttp to https redirection and vice versa
Hi I am facing a wired problem, if I deploy my website on production server and let say it is accessible aswww.sampledomain.com One of the major issues that we are facing after exposing it on public...
View Articlewhen a exception occurs, or 404 not found happens, it does not display the...
The website is English & Traditional Chinese version; everything works fine on other machines.The problem is as follows: My operating system: Windows Server 2008 R2 (Traditional Chinese). The...
View ArticleMissing support for deployment projects in VS2012
Looking at the VS2012 RTM, there is no support for deployment projects for "Web Site" projects. So how do we do the stuff we did in VS2010 like: DLL merging, conditional web.config transforamtions...
View ArticleApplication Pool Setting in Plesk
Hi,My site is hosting on a shared hosting server and currently i am getting service unavailable error very frequently. The application pool is stopping automatically causing this error. I can start...
View ArticlehttpCompression settings
<system.webServer><urlCompression doStaticCompression="true" doDynamicCompression="true" dynamicCompressionBeforeCache="true" /><httpCompression><scheme name="gzip"...
View ArticleField validation, flyout menus don't work on production server
I am having an issue where some parts of my site don't work on the production server. My ajax required field validation and ajax generated flyout menus in particular are not working. They work fine...
View ArticleCannot use a leading .. to exit above the top directory
I have been fighting with links on my site. I have a root directory with my default.aspx page and my login.aspx page. I then have a /store file with all the rest of my pages save a few which are in...
View ArticleNeed help deploying exsisting ASPX site to new server - New to ASP.NET sites
I am brand new to any and all types of Windows-based site development so please bear with me.Site containing errors: http://a-1door.com.108-167-179-91.secure19.win.hostgator.comI have read through...
View ArticleWiered Problem Re-generated
Some days ago, I posted the same problem, but it seems to be solved automatically, but again it is there, I dont know what to do, as there is no change in the web site and suddenly this error starts to...
View ArticleHow to upload large files using HTTP post?
Hi all.. I am using a WebClient to POST files to my server. At the server side , i have an aspx page running, which will receive the POST message and write the file to file system. It works fine with...
View Articleapplication pool
is it possible to using another application pool for a webservice in one web application.in iis we have to assign just 1 application pool for each website, but i want to run my webservice section with...
View Articlegood asp Hosting ?
Hello,I am looking for a good ASP.net hostingthat has a good support and support ajax,SQL server 2005 and 2008 ? most importantly is the fast support.. from your experiounce... what do you suggest ?
View ArticleStrange Issue - IIS Rewrite Rule works in IIS Test Pattern but does not redirect
I am trying to send the any URL containing 'Search' to redirect http://localhost/Sample/search?sds../../../-hotnkslskdnredirects to search.mydomain.com?s=sds../../../-hotnkslskdnAll of the pattern...
View ArticleHow to use ADO.NET in ASP.NET MVC3 C#?
Hi.. just wondering if you could teach me how to connect in ADO.NET in ASP.NET MVC3 C#. If possible in detailed explaination. Or any links you can recommend?I have no background on ADO.NET yet...
View ArticleTrying to get my website working on a LAN
I've developed an ASP.NET 4.0 website in VS2012. It turns fine within the VS2012 IDE. It also works fine standalone on my laptop, which is running IIS7 and SQL Server 2008.However, I'm now trying to...
View ArticleRE: RE: Re: IIS &amp; ApplicationPath
For years now I've had a "PageRedirect" method that accepted a page name and correctly redirected my app to the specified page. To be more precise, this method worked perfectly when Visual Studio was...
View Articleconfig file
how can i add a config file that contain database connection string and how to call config variable in server side code c#
View ArticleHow to configure SHDocVW dll on Webserver.
Retrieving the COM class factory for component with CLSID {0002DF01-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005...
View ArticleWhat is the proper way to version assemblies?
Can someone please explain the difference between the AssemblyVersion and AssemblyFileVersion attributes in the AssemblyInfo.cs file? My company needs to come up with a versioning policy and right now...
View Article