[Solved] ASP.Net Button not displaying (not visible) after publishing in IIS Server

rando@stlz
 
on Jun 20, 2022 11:13 PM
764 Views

New to ASP.NET and IIS.  I have a button on an ASP page that works fine in Visual Studio (page reset), but once I publish it to the web server (IIS) it's not visible. 

Instead it appears as a blue line if the browser area is selected. 

The rest of the page works fine, although there are no other buttons.

Could be an IIS issue, or related to buttons in general.  Not sure. 

Any ideas?

Download FREE API for Word, Excel and PDF in ASP.Net: Download
rando@stlz
 
on Jun 21, 2022 07:47 AM

Good news, it was a stupid cache issue. Even though I was clearing the cache, I either wasn't clearing everything or wasn't going back far enough. Cleared the cache for all time, every checkbox, and now it's working as expected!