Visual Studio 2010 - TypeLoadException During Publish
Hi: I am having trouble publishing my website...sometime it will publish, sometimes it will not...even without changing anything. After Debugging the compile, when the solution publishes, I do not get...
View Articlecant login to asp.net application after browser close and open on IIS server
I have web application that uses hash login and stored in SQL table. I then deployed it on IIS server on 2008 R2. I can access the application and login fine but when I close browser and try to login...
View ArticleObject reference not set to an instance of an object.
dearsi have this error when i try access my websitei host it on a2hosting.com .... am not good in technical and i get this how can i solve it ?? Server Error in '/' Application.Object reference not...
View ArticleMultiple methods all unable to remove response "Server" header / UrlRewrite...
Hey everyone,I'm having a major issue dealing with response headers on a .Net 2.0 (classic mode) app on Windows Server 2008 R2 under IIS 7.5. I have been attempting unsuccessfully to remove the...
View ArticleIIS Expres angular2 return HTTP Error 404.0 - Not Found using and...
Hi , it seems this problem is related to IIS, can someone help me resolve it...
View ArticleQuestion in using the IP based security control as part of IIS
Before I get started, I will agree that IP-based security is not the best method for security and denying/allowing access on a network, but given my situation, the scope of my project, and the time I...
View ArticleValue cannot be null. Parameter name: source
Hello,I'm getting this error deploying a web application in Windows Server 2012 R2 Standard. IIS settings seems to be right in terms of Application Pool (.NET v4.5).<div style="margin: 0;">Value...
View ArticleWhich folder to transfer published output to using filezilla?
There was no specification in the .net docs for publishing, and I'm not sure if it matters, because I've transferred the content of the 'published output' folder (copy-pasted all files) into the root...
View ArticleI changed password and Got "Server Error in '/' Application".
Hello.My web portal use MSSQL Server and ASP.net, I changed my portal admin password but when I want logging to my portal via new password then I...
View Articledebug and publish have different outcome
the nightmare returns for me, please see my previous solved thread: "smtp setup for email from within .aspx instead of config file" the problem in that thread to send email vial google was working when...
View ArticleMVC pass value from modal to parent on button click
How do you pass a value from a modal with rendered partial view inside to the parent textboxfor.textbox from my parent:@Html.Label("Taxpayer Name") @Html.TextBoxFor(m => m.taxpayername, new { @id =...
View ArticlePublishing Visual Studio Membership website and DB
<div>Hiin Visual Studio (2010), I go to File > New Website > ASP.Net Web Site, I view 'Default.aspx' in browser, I register as a new member, this creates ASPNETDB_TMP.MDF in the app data...
View Articleasp. net https - Unable to connect to the remote server
Hello,I have setup a asp .net web service on cloud. When i try to connect to send HTTP GET over HTTPS, i get following error: A connection attempt failed because the connected party did not properly...
View ArticleIIS 8.5 404 not seeing application's virtual path
We have an .NET application on our old server running Server 2008 R2 and IIS 7. It runs as it should under localhost. We have copied the code to a new server running Server 2012 and IIS 8.5 and edited...
View ArticleExport to excel with ClosedXML not working after publish to IIS
Hello, I have an application that uses the following code to export to excel:using (var wb = new XLWorkbook()) { wb.Worksheets.Add(myds); var fileName = "Report" + DateTime.Today.ToString("dd-MM-yyyy")...
View Articlemvc automated counter using entity framework
good day. i am making an automated counter using entity framework. the format goes like this_______________________________________________________________________||STARTING SERIES || ENDING SERIES ||...
View ArticleQuerying WMI from ASP.NET application
How do I configure IIS and\or the application pool to allow my ASP .NET application to query WMI?After testing locally using IIS Express on my Windows 10 dev machine, I have deployed an ASP .NET...
View ArticleSoftware & Hardware requirements for ASP.NET MVC application
Hello, I want to determine the most fit hardware requirements for ASP.NET MVC application that serves 1000 users. Including load balance, web servers and database servers. Thanks
View ArticleDecompile Project from Deployment
Hello. I've recently lost all of the project files for a Asp.net project that I had stored on a work server due to some changes that the server team made over the weekend. This means that I don't have...
View ArticlePass key in web.config to add in herf dynamically
Hi all,I got several Razor page cshtml which having href for popup modals. I got an issue to change herf path manually when deploying them to the server.I would like to change the href path...
View Article