Search

You searched for the word(s): userid:645671

Matching Posts

  • Re: .tif files download as .aspx

    mendhak, Thanks for your reply, it works perfect on my machine as well as half of the clients workstations but strangely half of them are experiencing this. I am guessing some microsoft updates has messed it up on the machines having this issue but unable to figure it out yet. Thanks, Leo
    Posted to Web Forms (Forum) by leoguy on 8/28/2009
  • .tif files download as .aspx

    Hi, I have started experiencing a strange behviour with .tifs on my application's download page, it was successfully downloading pdfs and tifs before couple of week ago, however now pdfs are served correctly but .tifs are getting saved as .aspx file and, if I change the extension after saving the file on my machine as image.aspx to image.tif, it opens up correctly. I have not changed any thing in the code, but i guess it started happening after i installed Office 2007 on my machine. Any clue
    Posted to Web Forms (Forum) by leoguy on 8/27/2009
  • Re: Internet Explorer cannot display the webpage" error caused by ASP.NET file upload control

    FileUpload is on the page that has updatepanel as well. Any Clue?
    Posted to Web Forms (Forum) by leoguy on 3/15/2009
  • Re: Internet Explorer cannot display the webpage" error caused by ASP.NET file upload control

    Thanks for the reply. I am already doing the file manipulation in an .aspx file though not in a seperate httpmodule. Will doing this in httpmodule makes any difference? Anybody experienced the scenarios i have mentioned above? Thanks, leo
    Posted to Web Forms (Forum) by leoguy on 3/13/2009
  • Internet Explorer cannot display the webpage" error caused by ASP.NET file upload control

    Hi, I am experiencing a very odd behaviour of asp:FileUpload control on a web page of my company's portal, when i upload a file of about 800k size first time it works but when i try to upload another file of about the same size after 60 sec of the first upload it gives "Internet Explorer cannot display the webpage" error, however it works fine if 2nd upload is done within 60 sec interval of the frist upload. Let me elaborate different scenarios.... 1- First Upload always works upto
    Posted to Web Forms (Forum) by leoguy on 3/12/2009
  • Re: Self signed certificate not working...

    I myself fixed the issue after following these steps... 1- Recreated the certificate with domainname = computer name. 2- SelfSSL install the certificate in the Personal store be default, so i had to install it in the Trusted store manually. 3- I was incorretly accessing the url https://computername:8080/ , after binding the web service to the computer ip address, no need to specify the port number. The correct url is https://computername/ Everything is working fine now. LEO
    Posted to Security (Forum) by leoguy on 5/20/2008
  • Self signed certificate not working...

    I created and installed a self signed certificate with SelfSSL.exe on the web service installed in the development environment but when i browse to that web service with https://ipaddress:8080/ gets "Can not find server or DNS" error if i remove that certificate works fine. Web service is bound to the ip address of the server with tcpport = 8080 and ssl = 443 . its win 2003 standard server. All i did with SelfSSL was to run this statement... D:\Program Files\IIS Resources\SelfSSL>selfssl
    Posted to Security (Forum) by leoguy on 5/19/2008
  • Basic Auth Evasion security breach

    We ran WebInspect on the production website of our company and found out a critical security breach. It says By altering the request URL(as below), access control settings for this web page were apparently bypassed. https://ProductionWebsite:443//login.aspx?ReturnUrl=%2fadmin%2fdefault.aspx https://ProductionWebsite:443/./login.aspx?ReturnUrl=%2fadmin%2fdefault.aspx The tool suggests the following fixes too... Web server: LilHTTP, Falcon, and LocalWEB2000 webservers are known to have this problem
    Posted to Security (Forum) by leoguy on 4/10/2008
  • Re: Action canceled error when download a file using Response.WriteFile

    Jun, I have tried your suggestion but i am seeing the same page with Action cancelled message. Also, i dont think UpdateProgress will help here because error shows up even before page the page renders. By the way, when I download the file by clicking on a button from another page(another page means not the one that actually spits out the file) works fine without any error, error is generated when i download the file with a link in the email. What will be your input? Thanks, Leo
    Posted to Web Forms (Forum) by leoguy on 4/10/2008
Page 1 of 5 (50 items) 1 2 3 4 5 Next >