asp.net网站在添加到asp.net项目后出错

时间:2013-08-15 12:32:43

标签: c# asp.net visual-studio

我有Asp.net 网站,我想在visual studio 2012 项目中使用此网站。如何导入我的网站或将其转换为项目?

我已将网站文件和文件夹添加到项目中。但不知何故,代码背后有很多错误,例如:

Labelusername.Text = "" + Session["username"];
//Lableusername gives error

Session["project"] = Convert.ToString(GridView1.Rows[index].Cells[2].Text);
// GridView1 Gives error

还有很多其他人!

为什么会这样?

1 个答案:

答案 0 :(得分:2)

解决了问题!使用:

MSDN Blog

Dalsoft Blog

Convert to Web Application