G
Guest
I would like to know if there is any kind of difference between an empty web project and an web application project other
than all the files stucked toghether to the web application project. I am asking this because if i set an application
variable in the web application project and retrieve its value in another page(page.aspx) the application variable comes
with the vatue i set on the global.asax, but if a do the same on the empty web project, the variable comes empty
Basically what i do is adding the files a need, in this case global.asax and page.aspx. Do i need to set any kind of reference in the project to get this
working
Thanks in advance.
than all the files stucked toghether to the web application project. I am asking this because if i set an application
variable in the web application project and retrieve its value in another page(page.aspx) the application variable comes
with the vatue i set on the global.asax, but if a do the same on the empty web project, the variable comes empty
Basically what i do is adding the files a need, in this case global.asax and page.aspx. Do i need to set any kind of reference in the project to get this
working
Thanks in advance.