DNN Server – System.Runtime.InteropServices.COMException: The data is invalid
One of our production servers running DNN (DotNetNuke) recently stopped working after being rebooted. All requests now give the following error:
One of our production servers running DNN (DotNetNuke) recently stopped working after being rebooted. All requests now give the following error:
I created a IIS website about a year and a half ago with a lot of pictures on various aspx/asp tabbed pages. My development PC is Windows 8.1 Pro with IIS version 8.5.9600.16384 website. The website was developed using Visual Studio 2012. The website was published onto the same Windows PC.
I’m trying to migrate my MVC project with full .Net framework 4.7.2 to Microsoft.Net.Sdk style project.
This is the first time i am deploying an ASP web api. The api runs smoothly in Debug/Release section but i got an error when first deployed it.
I have the binaries only for an ASP.NET application and I am trying to bring it up on my local. I am having some CORS issues while trying to bring it up.
In my web application I am iframing a different web application. The domain of both the webapplications are different.
I have an ASP.NET web app. It has a CMS web application which I want to run on IIS(through Visual Studio). It’s .csproj file lists the project URL as https://localhost:27251/.
I’ve a grid that contains file list (that on another server) and download buttons for them on each row. When button clicked, file should be downloaded. When I click it on localhost, file.Exist returns true and I can download the file. However, when I try same button on server (IIS), file.Exist returns false and the file cannot be downloaded. (This server also can reach the file.) My code snippet is below;
I have an ASP.Net application being hosted on a webserver with Plesk installed.
I’m currently developing an app in Angular with an ASP.NET backend. I’ve configured the project to work fine locally in IE11 (Update polyfills, browserlist, and add ES5 TsConfig files), but when I’ve published it to the server via IIS the page will not load and is stuck at “Loading…”