Recent content by vincec

  1. V

    .aspx not working

    I removed the line: DirectoryIndex Test.aspx from .htaccess, the file is completely blank now. Now when I go to my site I get an "Index of /" (and then each of the files in public_html. If I click on the Test.aspx file, then I get the following error: XML Parsing Error: no element found...
  2. V

    .aspx not working

    Thanks for the reply. I copied exactly what you provided into a Test.aspx file. I also used DirectoryIndex Test.aspx in the .htaccess file. I created a web.config file with the code you provided. Unfortunately, I continue to receive a blank page. What next?
  3. V

    .aspx not working

    I've read through a lot of posts in this forum and still can't solve my problem. I am on the Starka server. I am using Visual Studio 2005. I can get an index.htm file working. I cannot get a very simple (no controls) aspx file working. When I try to go to my site, I get a blank page. I have...
  4. V

    .aspx files not working

    Thanks. At least I don't have to keep searching for help.
  5. V

    .aspx files not working

    Ok, I've read through a lot of posts in this forum and still can't solve my problem. I am on the Starka server. I am using Visual Studio 2005. I can get an index.htm file working. I cannot get a very simple (HelloWorld with no buttons) aspx file working. I also modified the .htaccess file to...
Top