Hi All
Hoping that I can ask a question about the Metasploit Unleashed tutorials seeing as its by offensive security....
I have got an issue I cant find any information about and is driving me a bit nuts, Ive got to the 'Creating A Vulnerable Webapp' section
http://www.offensive-security.com/me...nerable_Webapp
I have gone through the XP set up multiple times and have set up XP sp2 on Vmware Workstation.
After pasting the code that creates the website to interact with the back-end database and opening a web browser to browse to my IP im greeted with a 'Parser Error' instead of the log-in form i should be presented with ....
Code:
Parser Error Message: The file '/Default.aspx.cs' does not exist.
Source Error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.
Parser Error Message: The file '/Default.aspx.cs' does not exist.
Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" CodeFile="Default.aspx.cs" Inherits="_Default" %>
Line 2: <%--the ValidateRequest="true" in the page directive will check for <script> and other potentially dangerous inputs--%>
Line 3: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Source File: /Default.aspx Line: 1
Ive triple checked the file paths for the 'Default.aspx.cs' and its in the right place along with the other 2 files, Ive tried renaming it in the 'Default.aspx' and 'Default.aspx.cs' and im not getting passed the error.
Anyone else get stuck here ? Anyone know what might cause the 'Default.aspx.cs' to be invisible to the application ?
thanks in advance for any help